-
-
Notifications
You must be signed in to change notification settings - Fork 217
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
Debugger quits on certain tools.logging forms #2622
Comments
Thanks! I now ran the failing step with nrepl logging enabled and got this: nrepl messages
Where this part is probably the most interesting:
So maybe it could be about the version of nrepl and cider-nrepl involved. I haven't checked which versions CIDER is using... |
Actually, the message sent just before we get the exception is the most interesting:
Why are we sending |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I run a log form that follows a certain pattern from the debugger, the debugger terminates and the function appears to return “QUIT”.
The log runs successfully outside of debugging.
I can repro the issue from the getting started REPL with the following edits:
deps.edn:
hello_repl.clj
(debug-this 1)
works.debug-this
usingctrl-alt-c i
, then step over the secondlog/info
line and the debugger immediately halts@PEZ has successfully tried these forms in CIDER and suspects Calva is holding something incorrectly.
Initially discussed here:
https://clojurians.slack.com/archives/CBE668G4R/p1726308887145419
The text was updated successfully, but these errors were encountered: