Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
Thread Command: CVP Only (Summary)
◄Description► ◄Example► ◄Notes► ◄Up► ◄Contents► ◄Index► ◄Back►
────────────────────────────────────────────────────────────────────────────
Command: Thread (~)
Syntax: ~[specifier[command]]
Summary: Displays status of threads or carries out CodeView
commands for particular threads.
Arguments:
<specifier> One of the following values, which specifies the
thread affected by the command:
Specifier Thread
# Last executed thread
* All threads
. Current thread
<number> Thread <number>
If omitted, you cannot enter a <command>, and the
Thread (~) command gives the status of all threads.
<command> Command applied to the selected thread. The <command>
may be Breakpoint Set (~BP), Animate (~E), Freeze (~F),
Go (~G), Program Step (~P), Select (~S), Trace (~T),
or Unfreeze (~U).
See: ◄Thread Breakpoint Set (~BP)►
◄Thread Animate (~E)►
◄Thread Freeze (~F)►
◄Thread Go (~G)►
◄Thread Program Step (~P)►
◄Thread Select (~S)►
◄Thread Trace (~T)►
◄Thread Unfreeze (~U)►
◄Run Menu: Thread Command►
-♦-