You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On trying to save a candidate that throws an exception, stack trace can't be asserted.
The actual trace is serialized on candidate hover, but on save assertions aren't created.
Return type seems to be considered void.
Reproduction steps
DirectInvoke a method that throws an exception.
Try to save it as a replay, there will be no assertion options on save
...
Expected behavior
An assertion for the stack trace or part of it to be possible.