<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Vikram Lakhotia : Historical Debugger</title><link>http://weblogs.asp.net/vikram/archive/tags/Historical+Debugger/default.aspx</link><description>Tags: Historical Debugger</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Historical debugger in Visual studio 2010</title><link>http://weblogs.asp.net/vikram/archive/2009/05/27/historical-debugger-in-visual-studio-2010.aspx</link><pubDate>Wed, 27 May 2009 10:26:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7098722</guid><dc:creator>vik20000in</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/vikram/rsscomments.aspx?PostID=7098722</wfw:commentRss><comments>http://weblogs.asp.net/vikram/archive/2009/05/27/historical-debugger-in-visual-studio-2010.aspx#comments</comments><description>&lt;p&gt;Hi,&lt;br&gt;&lt;br&gt;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.&lt;br&gt;&lt;br&gt;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.&lt;br&gt;&lt;br&gt;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.&lt;br&gt;&amp;nbsp;&lt;br&gt;Vikram&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7098722" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/vikram/archive/tags/visual+studio/default.aspx">visual studio</category><category domain="http://weblogs.asp.net/vikram/archive/tags/Historical+Debugger/default.aspx">Historical Debugger</category></item></channel></rss>