Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: an analogue to edebug-goto-here #167

Open
phil-s opened this issue Nov 5, 2024 · 1 comment
Open

Feature request: an analogue to edebug-goto-here #167

phil-s opened this issue Nov 5, 2024 · 1 comment

Comments

@phil-s
Copy link

phil-s commented Nov 5, 2024

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 phil-s changed the title Feaure request: an analogue to edebug-goto-here Feature request: an analogue to edebug-goto-here Nov 5, 2024
@svaante
Copy link
Owner

svaante commented Nov 13, 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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants