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

Implement the :here debug action #287

Merged
merged 3 commits into from
Jan 17, 2016
Merged

Implement the :here debug action #287

merged 3 commits into from
Jan 17, 2016

Conversation

Malabarba
Copy link
Member

This PR has a cider.el counterpart here: clojure-emacs/cider#1517

"Return true if coordinate a comes before b.
Here, \"comes before\" means that a sexp at coord a is evaluated
before a sexp at coord b (assuming a trivial code-flow)."
[a b]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When speaking of coords I've always preferred x and y over a and b. :-)

@bbatsov
Copy link
Member

bbatsov commented Jan 16, 2016

Apart from the failing build - the code changes look good to me.

This action takes a coords vector in the message, and tells the debugger
to skip any breakpoints before that.
@Malabarba Malabarba force-pushed the debug-here branch 2 times, most recently from e7f293f to aebd72c Compare January 16, 2016 09:12
bbatsov added a commit that referenced this pull request Jan 17, 2016
Implement the :here debug action
@bbatsov bbatsov merged commit 4e43213 into master Jan 17, 2016
@bbatsov bbatsov deleted the debug-here branch January 17, 2016 07:41
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.

None yet

2 participants