Debugging
Query or set the internal variable that controls whether Octave will try
to enter debugging mode when it receives an interrupt signal (typically
generated with `C-c').
Query or set the internal variable that controls whether Octave will try
to enter the debugger when a warning is encountered.
Query or set the internal variable that controls whether Octave will try
to enter the debugger when an error is encountered.
In debugging mode, quit debugging mode and continue execution.
In debugging mode, quit debugging mode and return to the top level.
Set a breakpoint in a function
`func'
String representing the function name.
Return a vector containing the lines on which a function has
breakpoints set.
Delete a breakpoint in a function
`func'
String representing the function name.
This function is normally used for simple debugging.
Show where we are in the code
List script file with line numbers.
In debugging mode, execute the next N lines of code.
Print or return current stack information.
In debugging mode, move up the execution stack N frames.
In debugging mode, move down the execution stack N frames.