-
-
Notifications
You must be signed in to change notification settings - Fork 645
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
Streamline navigating from *cider-error*
to the inspector
#3565
Comments
Maybe instead of |
Both considerations sound right to me 👍 - thanks |
vemv
added a commit
to clojure-emacs/cider-nrepl
that referenced
this issue
Nov 2, 2023
vemv
added a commit
to clojure-emacs/cider-nrepl
that referenced
this issue
Nov 2, 2023
vemv
added a commit
to clojure-emacs/cider-nrepl
that referenced
this issue
Nov 2, 2023
vemv
added a commit
to clojure-emacs/cider-nrepl
that referenced
this issue
Nov 3, 2023
vemv
added a commit
to clojure-emacs/cider-nrepl
that referenced
this issue
Nov 3, 2023
vemv
added a commit
to clojure-emacs/cider-nrepl
that referenced
this issue
Nov 3, 2023
Besides from |
vemv
added a commit
that referenced
this issue
Nov 4, 2023
vemv
added a commit
that referenced
this issue
Nov 4, 2023
Merged
vemv
added a commit
that referenced
this issue
Nov 4, 2023
vemv
added a commit
that referenced
this issue
Nov 4, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context
*cider-error*
shows ex-data when displaying a given exception. Said ex-data can be intrincate, and therefore jumping to the Inspector is a natural thing to want.Currently, if I press
RET
, nothing will happen (other thannewline: Buffer is read-only: #<buffer *cider-error*>
)Proposal
When hitting
RET
, the given exception should be inspected.Notes
*cider-error*
can have Ncause
s.RET
ing each cause should inspect a different object.It probably would be idea to store in a var (e.g.
cider.nrepl.middleware.ex/xxx
) the current exception being shown in*cider-error*
, given that it doesn't necessarily corresponds to*e
.The text was updated successfully, but these errors were encountered: