On Tue, May 24, 2011 at 8:27 PM, Mark H. David mhd@yv.org wrote:
I'm interested in having the ability to break, trace, etc., all the functions running in Hunchentoot. Is there any trick for this? I'd really like to ideally have a SLIME REPL buffer dedicated to it.
I don't know about a dedicated Slime buffer, but I run Hunchentoot single-threaded when I need to debug something in the request execution path. That blocks the REPL buffer, but works well for many situations.
I'd be interested in learning how Slime can be used to debug multi-threaded programs. Any insight would be appreciated!
-Hans