Open
Description
We are implementing a debug adapter extension. While implementing instruction breakpoints features, we found out there is no handling for deleting instruction breakpoints when its being sent through a breakpoint event triggered via CLI commands of our debug adapter.
This causes an inconsistency in breakpoint management between our debug adapter and the breakpoint dialoge in VS Code.
To resolve those issues we would need a support for handling Instruction Breakpoint Events. In particular for removing instruction breakpoints. We already found that breakpoint types other than source breakpoints are handled here