Book Image

Visual Studio 2013 and .NET 4.5 Expert Cookbook

Book Image

Visual Studio 2013 and .NET 4.5 Expert Cookbook

Overview of this book

Table of Contents (14 chapters)
Visual Studio 2013 and .NET 4.5 Expert Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 1. A Guide to Debugging with Visual Studio

In this chapter, we will cover the following recipes:

  • Debugging source code using breakpoints

  • Using DataTips during debugging

  • Debugging a multithreaded program

  • Exploring the Command and Immediate windows

  • Making use of IntelliTrace in Visual Studio

  • Debugging a .NET program using the framework library source

  • Debugging a process that is already deployed