Skip to content

Conversation

@Malabarba
Copy link
Member

While debugging something else I noticed a bug in the debugger.

If the user hits c to continue without stopping, clj-debugger's break statements don't trigger anymore (as expected) but we were still sending the debugger message for cider to "prepare" for a break.

This fixes that.

@Malabarba
Copy link
Member Author

If we manage to have something like razum2um/clj-debugger#12, then there will a better way to do all of this. But in the meantime, this PR should patch the issue.

bbatsov added a commit that referenced this pull request Apr 11, 2015
Don't send debugger message if the break won't prompt
@bbatsov bbatsov merged commit 4c9ad72 into clojure-emacs:master Apr 11, 2015
@bbatsov
Copy link
Member

bbatsov commented Apr 11, 2015

👍

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

Successfully merging this pull request may close these issues.

2 participants