Dbgmode

dbgmode is a system variable that must be different from 0 to enable the debugger to work.

Syntax

 dbgmode

Examples

 # Let's switch to debuggerdbgmode = 1Dbgaff

Description

The Dbgaff switches the Sage X3 execution engine in debugger mode. The dbgmode variable must not have a 0 value to allow the debugger to operate.

When this happens, the focus is given to the Eclipse debugger and the user can check the variables in the context, step on, create breakpoints, and so forth.

Associated errors

No associated error.

See also

Dbgaff.