Determining whether a program is running in standard or debug mode (sys.Debug)ΒΆ

sys.Debug,,i1

Indicates if program is running in debug mode

Specifies whether the program is running in standard mode or debug mode. If it is ON, the program is running under sagewcd|srepwcd. These programs, executed by the Sculptor program scdebug, are versions of the run time interpreters sagewc and srepwc which allow debug facilities such as the viewing of source code as the program runs, single stepping of commands, breakpoints, and examination of variable values and of the function stack.

The value of sys.Debug cannot be updated.