DBGMODE |
dbgmode controls access to the integrated Adonix debugger.
[S]dbgmode Description
# Extracted from a startup procedure that sets dbgmode to one (1) if # the user is Manager.If passwd = "Manager"
dbgmode = 1 Endif
dbgmode is a variable used to authorize access to the integrated debugger. The integrated debugger can be activated on any entry by hitting a key or sequence of keys. This depends on the terminal, but in theory, you use the key simultaneously with the Control and D keys to switch to debug mode. In debug mode, you may:
· Exit the debugger and return control to the system
· View and modify any variable
· Switch to step mode or insert break points
The detailed operation of the debugger is given in the programming manual.
No associated error
|
|