|
3.10.2 Source code debugger
The source code debugger (sdb) is an experimental feature, it's
interface may change in future versions of Singular. sdb commandsEach sdb command consist of one character which may be followed by a parameter.
Syntactical errors in proceduresIf SINGULAR was started with the command line option-d or
--sdb a syntactical error in a procedure will start the
source code debugger instead of returning to the top level with an
error message. The commands q 1 and q 2 are equivalent in this
case.
SDB breakpoints in proceduresUp to seven SDB breakpoints can be set. To set a breakpoint at a procedure usebreakpoint. (See breakpoint).
These breakpoints can be cleared with the command d breakpoint_no
from within the debugger or with
breakpoint( proc_name ,-1);.
|
Online Manual







