You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
phil-s
changed the title
Feaure request: an analogue to edebug-goto-here
Feature request: an analogue to edebug-goto-here
Nov 5, 2024
This would be great indeed and has been requested before #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).
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.
The text was updated successfully, but these errors were encountered: