Troubleshooting

Visual Studio 2010 Profiler

Some of you might be wondering what is the use of a profiler. I am a good programmer and my...

Author: Prabhatyash Date: 03/17/2010

Intellitrace

  1. Introduction 2. How it works : a. Events and Call Information b. Recordings - iTrace file c....

Author: Prabhatyash Date: 03/14/2010

Launching a debugger from an application

You have a managed application. Let’s suppose a Winforms application in VC#. You want your...

Author: Prabhatyash Date: 04/16/2009

Using Procmon in Command-line

You can run Procmon using command-line. 1. The following command-line will spawn procmon in Quiet...

Author: Prabhatyash Date: 03/23/2009

Unable to StepInto the code while debugging?

In Visual Studio, System.Diagnostics.DebuggerStepThroughAttribute is added automatically by some of...

Author: Prabhatyash Date: 02/25/2008

Remote Debugging

  1. Introduction. Remote debugging is one of the most interesting features of Visual Studio and it...

Author: Prabhatyash Date: 12/20/2007

PDB Files - What are they and how to generate them.

How to generate PDB files for RELEASE build ==================================== We can genererate...

Author: Prabhatyash Date: 10/12/2007

Debugger not working

Problem Description================ When you try to debug a simple windows application in Visual...

Author: Prabhatyash Date: 09/20/2007

Debugger not working

Problem Description================ When you try to debug a simple windows application in Visual...

Author: Prabhatyash Date: 09/14/2007