DISABLE command

The DISABLE command makes an AT or pattern-match breakpoint inoperative. However, the breakpoint is not cleared. Later, you can make the breakpoint operative by using the ENABLE command.

Read syntax diagramSkip visual syntax diagram
>>-DISABLE--+-AT_command-----------------------------------------------+--;-><
            +-CADP--+-*-------------------------------------------+----+      
            |       '-+----------------------+--+---------------+-'    |      
            |         '-PROGRAM--+-prog_id-+-'  '-CU--+-cu_id-+-'      |      
            |                    '-*-------'          '-*-----'        |      
            '-DTCN--+-*----------------------------------------------+-'      
                    '-+-------------------------+--+---------------+-'        
                      '-LOADMOD--+-loadmod_id-+-'  '-CU--+-cu_id-+-'          
                                 '-*----------'          '-*-----'            

AT_command
An enabled AT command. The AT command must be complete except that the every_clause and command are omitted. Valid forms are the same as those allowed with CLEAR AT.
DTCN LOADMOD, DTCN CU, CADP PROGRAM, or CADP CU
Prevents Debug Tool from being started by a program, load module, or compile unit specified in prog_id, loadmod_id, or cu_id that matches a program or compile unit specified in a DTCN or CADP profile. The following comparisons are made:
  • For DTCN, Debug Tool compares loadmod_id with the value in the LoadMod field and cu_id with the value in the CU field.
  • For CADP, prog_id is compared to what is specified in the Program field and cu_id is compared to what is specified in the Compile Unit field.

You can specify a specific name (for example, PROG1) or a partial name with the wild card character (for example, EMPL*).

Usage notes

Examples

Refer to the following topics for more information related to the material discussed in this topic.