From: Gabor Melis Date: Mon, 1 Aug 2005 12:54:02 +0000 (+0000) Subject: 0.9.3.15: debugger streams X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;ds=inline;h=36a59e15bbd951e012297be691a8b7b526fcccf6;hp=36a59e15bbd951e012297be691a8b7b526fcccf6;p=sbcl.git 0.9.3.15: debugger streams * flush all standard streams before prompting in the REPL and the debugger * prompt for restart goes to *debug-io* * disable-debugger, enable-debugger don't set *debug-io* anymore * run *invoke-debugger-hook* before *debugger-hook* => if the debugger is disabled then *debugger-hook* is not run * eof selects abort in the debugger ---