Dbgaff
Dbgaff
switches the Sage X3 engine in debugger mode.
Syntax
Dbgaff
Examples
# Let's switch to debugger
dbgmode = 1
Dbgaff
Description
The Dbgaff
switches the Sage X3 execution engine to the 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.