-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
upgrade to latest DAP (1.41.0) #8136
Comments
Currently, we have
I would welcome any of those features. |
Exception breakpoint filters are very useful and it's sad they're not supported in Theia. Requesting an update to 1.48+ |
We currently use version |
Can you help me to find a place in UI's code where the new UI for exception breakpoints filters should be implemented? |
@EvilBeaver, in VSCode exception breakpoints are toggleable checkmarks that are present in the breakpoint view according to the kinds of exception breakpoints supported by the current debugger. That would likely be the place to start in implementing a UI for exception breakpoints in Theia. |
@colin-grant-work yes, thanks :) I was asking where is this widget in the codebase? :) It's hard to find it for me, sorry. Can you tell me the modules where this widget is implemented/new UI should be implemented? |
Ah, apologies for the misunderstanding, @EvilBeaver. Breakpoints and breakpoint metadata are managed here, and the rendering is done in this widget on the basis of this model's data. |
Extracted feature request for conditional exception breakpoints to its own issue #12444. |
I depends on #7100
TODO:
@theia/debug
DebugConsoleSession
The text was updated successfully, but these errors were encountered: