Tracepoint Maybe Command (PLBDBUG)
The Tracepoint Maybe command controls whether the current tracepoint operations will take affect while a F3 (step out) operation is being processed. The format for the TM command is:
TM [{number}]
Note the following:
When the TM mode is set to zero, the tracepoint check points are ignored while a F3 step out is performed. This is the default.
If the TM mode is set to one, the TP check points are not ignored while a F3 step out is performed.
The {number} values of zero and one are optional for this command. If the TM command is executed without an explicit setting, the current TM mode is toggled to the other setting.
Valid values for {number} are:
|
Value |
Tracepoint checks are ... |
|
0 |
disabled. |
|
1 |
enabled. |
Examples:
TM 1
TP checks are enabled for F3 processing.
TM
TP check mode for F3 processing is changed to opposite state.
See Also: PLBDBUG Commands, PLBDBUG
![]() |