Open
Description
We are implementing a debugger extension, which is working as a remote debugger.
While implementing data breakpoints feature, we found out there is no source binding approach and programatically control over data breakpoints which causes multiple problems.
To resolve those issues we need a support for ;
- Data breakpoints can be created / removed programatically.
- Source bound (although we can achieve this with dataId generated by dataBreakpointInfo method on DAP, it would be much better to manage if they are alike line breakpoints considering complexity of the methods while multiple sesions active.