|
Contents | Previous | Next | Subchapters |
stop
at the
O>
prompt
or select Debug | Enter Debugger
from the menu.
The debugger commands are listed in the
Debugger
section.
cos(pi)
stop
at the O> prompt,
the Debugger window will display both this input line
and the resulting output:
Note that input lines in the Debugger window are preceded by "Debug>".
To return control the to O> prompt,
enter
cont
or select the Debug | Exit Debugger menu item.
| Button | Action |
| Continue | return control to O> prompt |
| Debug | transfer control to DEBUG> prompt |
| Edit | edit the file where the error occurred |
| Help | obtain help related to the error |