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
When working with build chains that catch and re-throw exceptions from my scripts, I often need to check the "Break on all exceptions" (instead of only on uncaught exceptions) option in order for the debugger to break at the point of the original exception, with the correct call stacks and scopes. But then the script breaks on all sorts of well-handled exceptions elsewhere in the build, too.
It would be useful if I could mark these well-handled exceptions to be excluded from the "All exceptions" option.
I am picturing something similar to breakpoints, that you would assign to a line of code, but which would indicate "don't break here, even if there is an exception". There could also be conditional anti-breakpoints, but the condition would only be evaluated if an exception would cause a break on that line, and would determine whether or not to actually break.
VS Code version: Code 1.25.0 (0f080e5, 2018-07-05T13:11:58.697Z)
OS version: Windows_NT x64 10.0.17134
The text was updated successfully, but these errors were encountered:
Please ask your question on StackOverflow. We have a great community over there. They have already answered thousands of questions and are happy to answer yours as well. See also our issue reporting guidelines.
Issue Type: Feature Request
When working with build chains that catch and re-throw exceptions from my scripts, I often need to check the "Break on all exceptions" (instead of only on uncaught exceptions) option in order for the debugger to break at the point of the original exception, with the correct call stacks and scopes. But then the script breaks on all sorts of well-handled exceptions elsewhere in the build, too.
It would be useful if I could mark these well-handled exceptions to be excluded from the "All exceptions" option.
I am picturing something similar to breakpoints, that you would assign to a line of code, but which would indicate "don't break here, even if there is an exception". There could also be conditional anti-breakpoints, but the condition would only be evaluated if an exception would cause a break on that line, and would determine whether or not to actually break.
VS Code version: Code 1.25.0 (0f080e5, 2018-07-05T13:11:58.697Z)
OS version: Windows_NT x64 10.0.17134
The text was updated successfully, but these errors were encountered: