5 ms·
Just having a look at Cursive now, nice work! How do I enable and use the symbolic debugger? TIA
by cantelo 13y ago
Just having a look at Cursive now, nice work!
How do I enable and use the symbolic debugger?
TIA
- lemming 13y agoYou 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.
- lemming 13y agoI added some instructions for debugging REPL sessions to http://cursiveclojure.com/quickstart.html http://cursiveclojure.com/quickstart.html - it's clunky right now but I'll be fixing that soon.