|
Go to the first, previous, next, last section, table of contents.
- debug
-
:: Forces to enter into debugging mode.
Function debug is a function with no argument.
It can be called without `()'.
-
In the debug-mode, you are prompted by
(debug) and
the debugger is ready for commands.
Typing in quit (Note! without a semicolon.) brings you
to exit the debug-mode.
-
See section Debugger for details.
[1] debug;
(debug) quit
0
[2]
Go to the first, previous, next, last section, table of contents.
|