Murach's C# 2008 How to debug an application
Chapters 3 and 5 present some simple debugging techniques. But now that you know more about C#,
this chapter presents the most useful debugging features that Visual
Studio has to offer. When you finish this chapter, you'll have all the skills you
need for debugging complex applications.
|
|
|
|
How to set the debugging options |
318 |
|
How to work in break mode |
320 |
|
How to use the Edit and Continue feature |
320 |
|
How to use breakpoints |
322 |
|
How to control the execution of an application |
324 |
|
|
How to use the Locals window to
monitor variables |
326 |
|
How to use the Autos window to
monitor variables |
326 |
|
How to use Watch windows to monitor
expressions |
328 |
|
How to use the Immediate window
to execute commands |
330 |
|
How to use the Call Stack window to
monitor called methods |
332 |
|
How to use the Output window to
view project information |
334 |
|
How to write data to the Output
window |
336 |
|
How to use the Visualizer dialog
boxes to view strings |
338 |
|
 |
|
|
|
|
© Copyright 1998-2008 Mike Murach &
Associates, Inc. All rights reserved.
|