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
Bringing user's exceptions to the UI (e.g. by displaying them in Value field on frame evaluation in Watch) works fine and is tested in DebuggerTests.EvaluateOnCallFrameTests.EvaluatePropertyThatThrows().
For internal errors of evaluation, exception flow is not working properly:
in VS instead of our exception some VS one is thrown:
Exception of type 'Microsoft.VisualStudio.Shared.VSCodeDebugProtocol.ProtocolException' was thrown. (Unable to evaluate)
Look at @radical comments in this PR #61470 and fix it.
The text was updated successfully, but these errors were encountered: