Y
Hacker News
new
|
ask
|
show
|
jobs
by
cantelo
4631 days ago
Just having a look at Cursive now, nice work! How do I enable and use the symbolic debugger?
TIA
2 comments
lemming
4630 days ago
I added some instructions for debugging REPL sessions to
http://cursiveclojure.com/quickstart.html
- it's clunky right now but I'll be fixing that soon.
link
lemming
4631 days ago
You should be able to run any script in Debug mode (Run->Debug instead of Run->Run) and you can also debug your REPL session, although this is very clunky right now. I'll get some documentation up and provide a link here.
link