dape
dape copied to clipboard
Feature request: an analogue to edebug-goto-here
Edebug has a nice feature where you move point to a position and type h and the code execution runs up to that point and then breaks, but without the user needing to explicitly add/remove a breakpoint.
That functionality would be a useful enhancement to dape.
This would be great indeed and has been requested before https://github.com/svaante/dape/issues/39. Outside of gdb and lldb based adapters one could build something ontop of dape if the adapter gives breakpoint id with the stopped event (which is far from every one, it does when an number is shown in the breakpoint buffer).