Dbgaff
Dbgaff
switches the Sage X3 engine in debugger mode.
Dbgaff
# Let's switch to debuggerdbgmode = 1Dbgaff
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.
No associated error.