CodeView (cv.hlp) (Table of Contents; Topic list)
Trace (Use with Thread Command)
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     When used with the Thread command
 
          ~threadT
 
     the Trace (T) command traces the specified thread.
 
     If you specify a particular thread, the debugger executes one
     source line or instruction of the thread. All other threads are
     temporarily frozen.
 
     Because this version of the Thread command does not change the
     current thread, you do not see immediate results if you
     specify a thread other than the current thread. In addition, the
     subsequent behavior of the current thread may be affected.
 
     The command ~*T is a special case. It is legal only in source
     mode, and causes the debugger to trace to the next source line
     while allowing all other threads to run (except for frozen
     threads). Only the current thread executes in the debugger
     display.
 
     See: Thread (~) Command-Window Command
                                    -♦-