Debugging
Debugging code is a part of life even experienced developers will make mistakes and need to debug their code. Knowing how to efficiently debug your code can make the difference between enjoying your job as a developer and hating it.
In the next few sections, you’ll working with breakpoints, and learning how to step through your code and to use the Watch and Locals windows to examine variables and objects in your code.
Chapter 9.2.1: Breakpoints
Chapter 9.2.2: Debugging Using the Watch Window
Chapter 9.2.3: Debugging with the Locals Window
|