Pierre-François Gomez pierre-francois.gomez@NOSPAM-laposte.net writes:
"Thomas F. Burdick" tfb@OCF.Berkeley.EDU writes:
Nope, araneida:*restart-on-handler-errors* is a function of one argument, the condition. This should work, though:
(setf *restart-on-handler-errors* 'swank::debug-in-emacs)
Sorry, my first reply concerned Helmut Ellers' solution, i had forgotten yours :) I'll try it now.
That works well with a threaded listener, too.
When the handler hits my assertion, the sldb buffer instantly fires up. Great ! :)
Thank you for your help.