CHAPTER 4

image

Debugging

Coding is a considerable part of the development process, and debugging is closely related to this operation. Visual Studio offers a powerful way to resolve logical errors within the development environment. No installation is required and no additional third-party software; all the debugging is included out-of-the-box for you.

This chapter discusses how to efficiently use breakpoints, a debugging window, advanced debugging, tracing, and managed memory analysis in Visual Studio.

Breakpoints

Breakpoints are indicators in Visual Studio that tell the compiler to stop executing its process. Using them enables you to examine variable ...

Get Visual Studio Condensed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.