Historical Debugging (Intellitrace) on Visual Studio 2010 Ultimate Par

added by jalpesh
4/8/2011 1:14:48 AM

111 Views

In the first post I have explained how historical debugging will going to work and how we can enable the historical debugging. In this blog post I am going to take one real time scenario and then we will see the How historical debugging will work. Here I have selected the second option for Intellitrace - Track event and call Information. I am going to check historical debugging with my asp.net application so following is a simple code for that. using System; using System.Collections.Generic; using Sys...


0 comments