Closed
Description
Here's a proposal for debugAdapters to support Edit on Idle, Edit and Continue scenarios.
Only reset the breakpoints after the file has been saved rather than every keystroke.
Notify the debugAdapter with an extra afterEdit:true arg in setBreakpoints
The debugAdapter can then asynchronously come back when it the new edited code is all mapped.