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

Ability to add Continue-halting breakpoints #2253

Closed
NightMachinery opened this issue Mar 26, 2018 · 1 comment
Closed

Ability to add Continue-halting breakpoints #2253

NightMachinery opened this issue Mar 26, 2018 · 1 comment

Comments

@NightMachinery
Copy link

Coming from Intellij, I really miss the ability to add 'hard' breakpoints to code where the debugger would stop at even if you have continued from a previous breakpoint. From what I gathered, to be able to step over my code, I need to set #dbg so that all forms have a breakpoint on them. Then to skip some forms I need to navigate to them, which is especially hard since the keys I normally use for navigation are taken over by the debugger (I use evil-lispy), and press 'h'. In Intellij, I just set a breakpoint where I want and can step over from that point or continue to the next breakpoint as I see fit.

@vspinu vspinu self-assigned this Oct 15, 2018
@vspinu vspinu changed the title [FEATURE REQUEST] Ability to add Continue-halting breakpoints Ability to add Continue-halting breakpoints Oct 15, 2018
@vspinu
Copy link
Contributor

vspinu commented Oct 17, 2018

To clarify how this one was fixed. There are now two continue commands, one simple on c which stops on every breakpoint (#break or #dbg) and the other on C which skips all breakpoints.

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

No branches or pull requests

3 participants