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

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.
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.