-
Notifications
You must be signed in to change notification settings - Fork 386
Closed
Description
Environment
- Operating System: Win10
- JDK version:
- Visual Studio Code version: 1.41.1
- Java extension version: 0.55.1
- Java Debugger extension version: 0.24.0
Question
How can I configure VS Code to only break on an exception in "just my code"? I've messed around w/ the Uncaught Exceptions & Caught Exceptions but they are not scoped to my code.
Additional Notes
We've added support for exception configuration to the debug protocol (microsoft/vscode-debugadapter-node#64). Source
Something like Visual Studio -> Enable or disable Just My Code.