May 2010
Intermediate to advanced
1272 pages
61h 18m
English
Debug ClassThe Debug class, exposed by the System.Diagnostics namespace, provides interaction with the Visual Studio debugger and enables understanding if your code is working correctly via instrumentation that evaluates conditions at a certain point of your code. Basically the Debug class exposes only shared methods and can display contents into the Output window so that you can programmatically interact with the debugger without the need to set breakpoints. Table 5.2 provides an overview of Debug methods.
Table 5.2 Debug Class Methods

Read now
Unlock full access