Chapter 43. Advanced Debugging Techniques

WHAT'S IN THIS CHAPTER?

  • Adding debugging actions to your code with the Debug and Trace classes

  • Learning techniques for debugging applications already running on the local or remote computer

  • Debugging multi-threaded applications, SQL Server stored procedures, and mixed-mode applications

As you've seen throughout the last several chapters, Visual Studio 2010 comes with a great variety of ways to debug and run through your applications, including catching errors and displaying them to you for action before the code executes too far; a number of techniques for effectively debugging web applications; and other features, such as breakpoints and visualizing errors.

However, there is still more functionality to be found in Visual Studio that you can use to customize your experience with debugging projects, databases, unmanaged code, and even the .NET Framework itself. In this chapter you'll find advanced techniques for debugging your projects regardless of language or technology.

START ACTIONS

Visual Studio provides several ways to launch applications at the start of a debugging session. For most projects the default start option will be sufficient, which in the case of a Windows executable will launch the program directly. In the case of a web application, Visual Studio opens the default web browser and loads the current page, or navigates to the root path of the web application if there is no active page.

In some scenarios you may want a different action ...

Get Professional Visual Studio® 2010 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.