Y
Hacker News
new
|
ask
|
show
|
jobs
by
billfruit
1804 days ago
That seems to give a repl at a breakpoint, I was asking about getting a repl at a point of exception. That is what elisp gives.
1 comments
DaveWM
1804 days ago
Ah sorry, I don't know of a way of doing that in Clojure. What I usually do is figure out where the exception was thrown, wrap that form in `sc.api/spy`, and then somehow re-execute it.
link