| |||
| Home > Debugging Your OS Application > Stepping threads | |||
Use the Execution group from the Debug toolbar to control program execution, shown in Figure 7.4.
For example, to start and stop execution, and to step through a multithreaded application. These options are also available from the main Debug menu.
When you are debugging a multithreaded image, stepping behavior depends on the:
current thread
thread you are stepping through
windows attachment.
See also: