[Openmcl-devel] restart cases not visible
Rick Taube
taube at uiuc.edu
Tue Apr 18 13:50:37 PDT 2006
>
> Would it not be the :R option?
yikes! thanks i didnt even see :r with all the other printout, i was
expecting to see my restarts listed directly. is there a way to do
that? currently someone has to type
:?
:r
and then select. it would be nice if i could get a display closer to
sbcl or clisp ie:
> Caught error under RTS callback!
debugger invoked on a DIVISION-BY-ZERO:
arithmetic error DIVISION-BY-ZERO signalled
Operation was SB-KERNEL::DIVISION, operands (1 0).
Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [ABORT-RTS ] Abort RTS, stopping scheduler.
1: [FLUSH-QUEUE ] Flush pending events from scheduler.
2: [REMOVE-CALLBACK] Remove callback function.
3: [RESET-CALLBACK ] Specify new callback function.
4: [ABORT ] Exit debugger, returning to top level.
More information about the Openmcl-devel
mailing list