DBGMODE

Contents


dbgmode controls access to the integrated Adonix debugger.

 

Class, Type, and Dimension

[S]dbgmode Description

 

Examples

   # Extracted from a startup procedure that sets dbgmode to one (1) if
 # the user is Manager.
    If passwd = "Manager"
       dbgmode = 1
  Endif

 

Description and Comments

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.

 

Associated Errors

No associated error

 

Associated Keywords

DBGAFF


CONTENTS

 


Copyright © Sage 1999 - 2007