May 2010
Intermediate to advanced
1272 pages
61h 18m
English
.NET applications can run multiple threads. This can happen also with your applications. You can get a view of the running threads and debugging threads within the Threads window, which you can enable by pressing Ctrl+Alt+H. Figure 5.13 shows the Threads window open when the sample application is in break mode.
Figure 5.13 The Threads window.

The window shows a list of running threads and enables stepping into the call stack for the various threads. If the source code is available for threads different than the current one, you can step into this code. In our example the main thread is the Console application that is marked green. ...
Read now
Unlock full access