On 2011-05-25 06:43:00 +0200, Hans Hübner said:
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.
Do you have a flexible way to switch to a single-threaded hunchentoot?
I'd be interested in learning how Slime can be used to debug multi-threaded programs. Any insight would be appreciated!
+1