Support to update breakpoint status asynchronously #2013
Labels
debug
Debug viewlet, configurations, breakpoints, adapter issues
feature-request
Request for new features or functionality
verified
Verification succeeded
Milestone
With the current breakpoint API it is only possible to return errors as part of the SetBreakpointsRequest, and there is no way to update that error message or clear it later on. Other debug adapters allow to set breakpoints before they know if they are valid and then want to update the UI as modules load and it can be determined if they have really bound or not.
The current thinking is that we will introduce a breakpoint ID and a
BreakpointsUpdatedEvent
.CC @gregg-miskelly @isidorn
The text was updated successfully, but these errors were encountered: