Trace Command (PLBDBUG)


 

The Trace command executes the next statement in the source program and re-enters the debugger. If the 'T' command is used, an instruction count may be specified. This allows execution of several instructions prior to re-entering the debugger.

T {count}

Examples:

T 10

Executes the next 10 instructions

T 0x10

Executes the next 16 instructions

T 010

Executes the next 8 instructions

 

 

See Also: PLBDBUG Commands, PLBDBUG

 



System Utilities Step Over Command (SUNDBUG) Tracepoint Clear Command (SUNDBUG)