<html style="direction: ltr;">
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"><style>body
p { margin-bottom: 0cm; margin-top: 0pt; } </style>
</head>
<body style="direction: ltr;"
bidimailui-detected-decoding-type="latin-charset" bgcolor="#FFFFFF"
text="#000000">
I'd also would sometimes like to not use Slime's debugger. The<br>
doc here<br>
<br>
<a class="moz-txt-link-freetext" href="http://common-lisp.net/project/slime/doc/html/Other-configurables.html">http://common-lisp.net/project/slime/doc/html/Other-configurables.html</a><br>
<br>
seems to be trying to say how to do it, but I cannot get it to<br>
work. It says<br>
<br>
SWANK:*GLOBAL-DEBUGGER*<br>
When true (the default) this causes *DEBUGGER-HOOK* to be<br>
globally set to SWANK:SWANK-DEBUGGER-HOOK and thus for SLIME<br>
to handle all debugging in the Lisp image. This is for<br>
debugging multithreaded and callback-driven applications.<br>
<br>
But when I tried putting<br>
<br>
(setq swank:*global-debugger* nil)<br>
<br>
in my ~/.swank.lisp file, there seemed to be no effect: errors<br>
still invoked SLDB in its own buffer, and the built-in debugger<br>
was not invoked.<br>
<br>
What am I missing? <br>
<br>
Thanks,<br>
<br>
Mark<br>
<br>
</body>
</html>