Visual studio 2010 to have Historical debugger

Hi,

In The visual Studio 2010 team System, A new feature called Historical debugger. Normally, when we want to debug an application we always put the breakpoint first and then start the Application or attach some process for debugging. Visual studio 2010 team system is coming with a feature called historical Debugging which allows code execution to be rewound in case the breakpoint was not already present when the error occurred.

Unlike the debugger of Visual Studio 2008 o before which only record the currently active stack, the historical debugger will record all the event like prior function calls, Method parameter etc(whatever required for debugger) even though there is no breakpoint. This allows the code to be rewound whenever an error occurs.

One drawback of Historical debugger would be that it will take a lot more time and memory as the historical debugger will be recording all events even if no breakpoint are set.
 
Vikram


Compressing Session State for out Of Process session in Asp.Net 4.0

Hi,

 

Most of us who creates Web sites work with session. We use sessions to store user specific data, so that it can be retrieved very easily.

 

You can read my earlier posts on sessions here.

 

A few interesting things about session in Asp.Net

Continued...

Permanent Redirect in Asp.net 4.0

 

Hi,

 

Continued...

Going to Teched Conference in Hyderabad

Hi

 

After a lot of change in decision due to various reason, yesterday I Got the confirmation (and confirmed) my seat at the Teched conference being held in Hyderabad from 13th to 15th May. The conference should be a great to watch, but most important for me would be the keynote by Steve Ballmer.

 

I am going with lo6ts of expectations, and I am very sure most of them will be full filed. I am also very hopeful to meet many of the folks with whom I have had communication through Phone, Email, chat etc...Only.

Continued...
 
Copyright © 2006 - 2010 Vikram Lakhotia