<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/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>First look at debugging .NET 4.0 dumps in Visual Studio 2010</title><link>http://blogs.msdn.com/b/tess/archive/2009/06/16/first-look-at-debugging-net-4-0-dumps-in-visual-studio-2010.aspx</link><description>I know that for a lot of you this is a bit far into the future, but I thought it would be nice to run through a few of my lab scenarios to show off some of the new features in Visual Studio 2010.&amp;#160; I am sure that I will miss a bunch of cool features</description><dc:language>sv-SE</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: First look at debugging .NET 4.0 dumps in Visual Studio 2010</title><link>http://blogs.msdn.com/b/tess/archive/2009/06/16/first-look-at-debugging-net-4-0-dumps-in-visual-studio-2010.aspx#10367636</link><pubDate>Mon, 12 Nov 2012 04:41:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10367636</guid><dc:creator>Wajid Poernomo</dc:creator><description>&lt;p&gt;I haven&amp;#39;t found much information about lining up the source code with the crash dump, although it looked pretty straightforward in this article. I&amp;#39;m working with Silverlight hosted on my local dev machine with source code available, and did a crash dump from taskmanager on the IE process. I&amp;#39;m not able to see any method names or go to the source code from the process outlined in this article - would be great to see some more examples of how to line up with source code using Silverlight (currently ANTS profiler does not support this).&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10367636" width="1" height="1"&gt;</description></item><item><title>re: First look at debugging .NET 4.0 dumps in Visual Studio 2010</title><link>http://blogs.msdn.com/b/tess/archive/2009/06/16/first-look-at-debugging-net-4-0-dumps-in-visual-studio-2010.aspx#9958129</link><pubDate>Thu, 04 Feb 2010 12:10:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9958129</guid><dc:creator>Tess1</dc:creator><description>&lt;p&gt;Hi Jimmy,&lt;/p&gt;
&lt;p&gt;There are some caveats to debugging dumps in VS with asp.net in particular because aspx pages etc. are JIT compiled, which means that the dlls are recompiled and changed between runs. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;That means that to look at an asp.net dump you can not have recompiled the app in between when it was taken and when you look at it if you want to see the .net calls. &amp;nbsp;You should be able to see the function names for calls in compiled .net assemblies and framework assemblies fine though. &amp;nbsp; &amp;nbsp;For winforms its a different story since everything is compiled. &amp;nbsp; Should also work i believe if you use precompiled asp.net apps. &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9958129" width="1" height="1"&gt;</description></item><item><title>re: First look at debugging .NET 4.0 dumps in Visual Studio 2010</title><link>http://blogs.msdn.com/b/tess/archive/2009/06/16/first-look-at-debugging-net-4-0-dumps-in-visual-studio-2010.aspx#9957592</link><pubDate>Wed, 03 Feb 2010 15:25:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9957592</guid><dc:creator>Jimmy</dc:creator><description>&lt;p&gt;Hi Tess,&lt;/p&gt;
&lt;p&gt;I am a big fan of your blogs. It has helped me getting better understanding of CLR internals.&lt;/p&gt;
&lt;p&gt;I have one question about debugging with VS 2010. I tried debugging lab 1 with VS2010 but when I open the dump file, I do not see any method namess in the thread stack, all I get is just the hex addresses. I have compiled buggybits with 4.0 but you also mentioned switching some setting in web.config. Can you elaborate what exaclty you changed in web.config because that's what I might be missing.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9957592" width="1" height="1"&gt;</description></item><item><title>re: First look at debugging .NET 4.0 dumps in Visual Studio 2010</title><link>http://blogs.msdn.com/b/tess/archive/2009/06/16/first-look-at-debugging-net-4-0-dumps-in-visual-studio-2010.aspx#9826730</link><pubDate>Thu, 09 Jul 2009 16:49:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9826730</guid><dc:creator>bayrak</dc:creator><description>&lt;p&gt;Introducing such a topic you'd like to congratulate you've let us know. Have good work.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9826730" width="1" height="1"&gt;</description></item><item><title>re: First look at debugging .NET 4.0 dumps in Visual Studio 2010</title><link>http://blogs.msdn.com/b/tess/archive/2009/06/16/first-look-at-debugging-net-4-0-dumps-in-visual-studio-2010.aspx#9818114</link><pubDate>Sun, 05 Jul 2009 21:27:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9818114</guid><dc:creator>Tess</dc:creator><description>&lt;p&gt;Hi Ted and Jezz,&lt;/p&gt;
&lt;p&gt;Ted, no, the dumps that are sent to MS when you click send report do not contain the loader heap and thus you can't resolve managed function names etc.&lt;/p&gt;
&lt;p&gt;I think though that it does save off the dump on your harddrive as a .hdmp if you do want to look at it. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Jezz, here is how you load sos up in vs 2008, &lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/tess/archive/2007/10/19/net-finalizer-memory-leak-debugging-with-sos-dll-in-visual-studio.aspx"&gt;http://blogs.msdn.com/tess/archive/2007/10/19/net-finalizer-memory-leak-debugging-with-sos-dll-in-visual-studio.aspx&lt;/a&gt; loading it up in 2010 should be very similar if not the same.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Tess&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9818114" width="1" height="1"&gt;</description></item><item><title>re: First look at debugging .NET 4.0 dumps in Visual Studio 2010</title><link>http://blogs.msdn.com/b/tess/archive/2009/06/16/first-look-at-debugging-net-4-0-dumps-in-visual-studio-2010.aspx#9817480</link><pubDate>Sat, 04 Jul 2009 14:35:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9817480</guid><dc:creator>Jezz</dc:creator><description>&lt;p&gt;Hi Tess,&lt;/p&gt;
&lt;p&gt;I love your blog, I dont do much debugging any more but this article really caught my eye. Can you do a post on loading sons of strike in VS2010? That sounds interesting!! As you've mentioned it would make developers feel more at home in VS than WinDbg.&lt;/p&gt;
&lt;p&gt;With regards to Ted's post above, I think he (sorry we) want access to a hobbyist Microsoft Private Symbol Server and to see more than just function names.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9817480" width="1" height="1"&gt;</description></item><item><title>re: First look at debugging .NET 4.0 dumps in Visual Studio 2010</title><link>http://blogs.msdn.com/b/tess/archive/2009/06/16/first-look-at-debugging-net-4-0-dumps-in-visual-studio-2010.aspx#9816853</link><pubDate>Fri, 03 Jul 2009 18:46:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9816853</guid><dc:creator>Ted Howard</dc:creator><description>&lt;p&gt;When a user hits a crash they get the &amp;quot;Send report to Microsoft?&amp;quot; dialog. If they click &amp;quot;Yes&amp;quot; does that include a managed memory dump? (I call this Watson below.)&lt;/p&gt;
&lt;p&gt;It would be awesome if Microsoft made it trivial for hobbyist and startup developers to access this Watson data. I realize that there are issues with making this easy. Off the top of my head, the Watson website would need to scale up fast, ownership claims (authx) would be a real pain, and privacy/information-disclosure-threat issues would be painful.&lt;/p&gt;
&lt;p&gt;On the same topic, I love the Windows 7 'bug report' wizard that helps the user take screenshots and records UI. Great stuff for developers means better software for users. Thanks, Microsoft.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9816853" width="1" height="1"&gt;</description></item><item><title>Interesting Finds: 2009 06.15 ~ 06.21</title><link>http://blogs.msdn.com/b/tess/archive/2009/06/16/first-look-at-debugging-net-4-0-dumps-in-visual-studio-2010.aspx#9794307</link><pubDate>Sun, 21 Jun 2009 05:50:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9794307</guid><dc:creator>gOODiDEA</dc:creator><description>&lt;p&gt;WebNamedfunctionexpressionsdemystifiedProjectVoldemort-adistributedkey-valuestora...&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9794307" width="1" height="1"&gt;</description></item><item><title>Interesting Finds: 2009 06.15 ~ 06.21</title><link>http://blogs.msdn.com/b/tess/archive/2009/06/16/first-look-at-debugging-net-4-0-dumps-in-visual-studio-2010.aspx#9794305</link><pubDate>Sun, 21 Jun 2009 05:48:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9794305</guid><dc:creator>gOODiDEA.NET</dc:creator><description>&lt;p&gt;Web Named function expressions demystified Project Voldemort - a distributed key-value storage system&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9794305" width="1" height="1"&gt;</description></item><item><title>First look at debugging .NET 4.0 dumps in Visual Studio 2010 - Tess Ferrandez</title><link>http://blogs.msdn.com/b/tess/archive/2009/06/16/first-look-at-debugging-net-4-0-dumps-in-visual-studio-2010.aspx#9774764</link><pubDate>Thu, 18 Jun 2009 12:00:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9774764</guid><dc:creator>DotNetShoutout</dc:creator><description>&lt;p&gt;Thank you for submitting this cool story - Trackback from DotNetShoutout&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9774764" width="1" height="1"&gt;</description></item></channel></rss>