You can set or remove a conditional thread breakpoint by using:
To set a conditional thread breakpoint using the Work with Module Breakpoints display:
To remove a conditional thread breakpoint using the Work with Module Breakpoints display:
You use the same syntax for the TBREAK debug command as you would for the BREAK debug command. The difference between these commands is that the BREAK debug command sets a conditional job breakpoint at the same position in all threads, while the TBREAK debug command sets a conditional thread breakpoint in the current thread.
To remove a conditional thread breakpoint, use the CLEAR debug command. When a conditional thread breakpoint is removed, it is removed for the current thread only.
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.