<?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>Debugging exceptions in managed code using Windbg</title><link>http://blogs.msdn.com/kristoffer/archive/2007/01/03/debugging-exceptions-in-managed-code-using-windbg.aspx</link><description>By default Windbg will break for access violations (or null reference exceptions as they're called in managed code). To get Windbg to break for managed exceptions use the sxe command. 0:004&amp;gt; sxe clr 0:004&amp;gt; g A little while later our program generates</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Debugging exceptions in managed code using Windbg</title><link>http://blogs.msdn.com/kristoffer/archive/2007/01/03/debugging-exceptions-in-managed-code-using-windbg.aspx#2395318</link><pubDate>Thu, 03 May 2007 18:09:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2395318</guid><dc:creator>Oisin Grehan</dc:creator><description>&lt;p&gt;Using SOS for clr 1.1, there is no !printexception extension unfortunately -- what do we use instead? (newb to windbg)&lt;/p&gt;
&lt;p&gt;thanks!&lt;/p&gt;
&lt;p&gt;- Oisin&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.codeplex.com/PowerShellCX"&gt;http://www.codeplex.com/PowerShellCX&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.codeplex.com/PSSharePoint"&gt;http://www.codeplex.com/PSSharePoint&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.codeplex.com/PSEventing"&gt;http://www.codeplex.com/PSEventing&lt;/a&gt;&lt;/p&gt;</description></item><item><title>re: Debugging exceptions in managed code using Windbg</title><link>http://blogs.msdn.com/kristoffer/archive/2007/01/03/debugging-exceptions-in-managed-code-using-windbg.aspx#2395447</link><pubDate>Thu, 03 May 2007 18:22:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2395447</guid><dc:creator>Kristoffer</dc:creator><description>&lt;p&gt;Dump the stack objects with !DumpStackObjects and then do a !DumpObj on the first exception you see.&lt;/p&gt;
</description></item></channel></rss>