[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
debug
debug
is a function with no argument.
It can be called without `()'.
(debug)
and
the debugger is ready for commands.
Typing in quit
(Note! without a semicolon.) brings you
to exit the debug-mode.
[1] debug; (debug) quit 0 [2] |