How to debug a console app from the REPL?
问题 It's really confortable to use emacs+cider for the daily development. All the stuff I've configured in my text editor makes it ideal for the task. The current project that I'm working on my spare time is a text editor . I've already implmented one in C++ and I used gdb to debug , from emacs. To run it, I entered set new-console on and run in the gdb buffer. This would pop a new console that would handle all the I/O . Now I'm trying to reimplement it in Clojure. By far, one of my biggest