Replies: 1 comment 4 replies
-
You should start the debug session at least once after that you should be able to set exception breakpoints in the breakpoints view. The issue is that we don't know whether installed debug adapters support exception breakpoints without running them at least once. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am writing a debug-adapter for Java, and would like to set exception breakpoints in Theia UI.
I am setting filters in the debugger capabilities returned in 'initialize' DAP response as follows:
`
but I cannot see how this enables setting exception breakpoints in the UI.
Is this capability supported by Theia?
If yes, can someone please assist?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions