dape icon indicating copy to clipboard operation
dape copied to clipboard

Feature request: an analogue to edebug-goto-here

Open phil-s opened this issue 1 year ago • 1 comments

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.

phil-s avatar Nov 05 '24 10:11 phil-s

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).

svaante avatar Nov 13 '24 21:11 svaante