Tracepoint Clear Command (PLBDBUG)
The Tracepoint Clear command clears a previously set tracepoint or all tracepoints. The format for the TC command is:
TC * | {number}
Note the following:
Each tracepoint is assigned a number when it is set. All future references to this tracepoint must reference the assigned number.
Individual tracepoints may be cleared by specifying the assigned number or all tracepoints may be cleared by specifying an '*'.
Examples:
TC*
Clear all tracepoints.
TC 2
Clear tracepoint number 2.
TC 145
Clear tracepoint numbers 1, 4 and 5.
See Also: PLBDBUG Commands, PLBDBUG
![]() |