<?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>Making it easier to debug .net dumps in windbg using .cmdtree</title><link>http://blogs.msdn.com/tess/archive/2008/09/18/making-it-easier-to-debug-net-dumps-in-windbg-using-cmdtree.aspx</link><description>John Robbins beat me to the punch and wrote an excellent post about using .cmdtree in windbg to ease some .net debugging pain in windbg. The windbg .cmdtree command allows you to create a popup window in windbg with commands that execute when you click</description><dc:language>sv-SE</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Making it easier to debug .net dumps in windbg using .cmdtree</title><link>http://blogs.msdn.com/tess/archive/2008/09/18/making-it-easier-to-debug-net-dumps-in-windbg-using-cmdtree.aspx#8957169</link><pubDate>Thu, 18 Sep 2008 14:53:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8957169</guid><dc:creator>Volker von Einem</dc:creator><description>&lt;p&gt;Hi Tess,&lt;/p&gt;
&lt;p&gt;The originator was Roberto Farah as John mentions in his post. Tribute goes to Roberto:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/debuggingtoolbox/archive/2008/09/17/special-command-execute-commands-from-a-customized-user-interface-with-cmdtree.aspx"&gt;http://blogs.msdn.com/debuggingtoolbox/archive/2008/09/17/special-command-execute-commands-from-a-customized-user-interface-with-cmdtree.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Volker&lt;/p&gt;
</description></item><item><title>re: Making it easier to debug .net dumps in windbg using .cmdtree</title><link>http://blogs.msdn.com/tess/archive/2008/09/18/making-it-easier-to-debug-net-dumps-in-windbg-using-cmdtree.aspx#8957184</link><pubDate>Thu, 18 Sep 2008 15:08:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8957184</guid><dc:creator>Tess</dc:creator><description>&lt;p&gt;agreed:)&lt;/p&gt;
</description></item><item><title>re: Making it easier to debug .net dumps in windbg using .cmdtree</title><link>http://blogs.msdn.com/tess/archive/2008/09/18/making-it-easier-to-debug-net-dumps-in-windbg-using-cmdtree.aspx#8957509</link><pubDate>Thu, 18 Sep 2008 19:42:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8957509</guid><dc:creator>Christopher_G_Lewis</dc:creator><description>&lt;p&gt;Tess - &lt;/p&gt;
&lt;p&gt; &amp;nbsp;When I add .cmdtree sos-cmdtree.txt to my commands.txt file (according to your prebvious blog post) I get an execution error:&lt;/p&gt;
&lt;p&gt;0:000&amp;gt; $&amp;lt;c:\debuggers\commands.txt&lt;/p&gt;
&lt;p&gt;0:000&amp;gt; .loadby sos mscorwks&lt;/p&gt;
&lt;p&gt;0:000&amp;gt; .load sosex&lt;/p&gt;
&lt;p&gt;0:000&amp;gt; .cmdtree sos-cmdtree.txt&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;^ Syntax error in '.cmdtree sos-cmdtree.txt'&lt;/p&gt;
&lt;p&gt;I've tried full paths, and quotes, semi colons, extra lines, but no luck.&lt;/p&gt;
&lt;p&gt;Any pointers?&lt;/p&gt;
&lt;p&gt;FileVer for WinDbg is&lt;/p&gt;
&lt;p&gt;--a-- W32i &amp;nbsp; APP ENU &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 6.8.4.0 shp &amp;nbsp; &amp;nbsp;524,472 09-27-2007 windbg.exe&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;Chris&lt;/p&gt;
</description></item><item><title>re: Making it easier to debug .net dumps in windbg using .cmdtree</title><link>http://blogs.msdn.com/tess/archive/2008/09/18/making-it-easier-to-debug-net-dumps-in-windbg-using-cmdtree.aspx#8957936</link><pubDate>Fri, 19 Sep 2008 02:22:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8957936</guid><dc:creator>John Robbins</dc:creator><description>&lt;p&gt;Chris,&lt;/p&gt;
&lt;p&gt;You've got an old version of WinDBG. Grab the 6.9.3.113 version from Microsoft and you'll get the .cmdtree command.&lt;/p&gt;
&lt;p&gt;John Robbins.&lt;/p&gt;
</description></item><item><title>re: Making it easier to debug .net dumps in windbg using .cmdtree</title><link>http://blogs.msdn.com/tess/archive/2008/09/18/making-it-easier-to-debug-net-dumps-in-windbg-using-cmdtree.aspx#8958600</link><pubDate>Fri, 19 Sep 2008 14:26:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8958600</guid><dc:creator>Tim</dc:creator><description>&lt;p&gt;I have the same problem that Chris does, but I have the latest version of WinDBG. &amp;nbsp;The command works if I type it at the command window, but I cannot get it to work from the commands file. &amp;nbsp;I get the 'Syntax error in .cmdtree sos-cmdtree.txt' error when WinDBG opens.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Tim&lt;/p&gt;
</description></item><item><title>re: Making it easier to debug .net dumps in windbg using .cmdtree</title><link>http://blogs.msdn.com/tess/archive/2008/09/18/making-it-easier-to-debug-net-dumps-in-windbg-using-cmdtree.aspx#8959086</link><pubDate>Fri, 19 Sep 2008 19:57:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8959086</guid><dc:creator>Christopher_G_Lewis</dc:creator><description>&lt;p&gt;Tess - .cmdtree worked for 6.8.4.0 without any problem it was the startup commands.txt that didn't work.&lt;/p&gt;
&lt;p&gt;So for some reason, when its in a $&amp;lt; script, .cmdtree isn't working for me.&lt;/p&gt;
</description></item><item><title>re: Making it easier to debug .net dumps in windbg using .cmdtree</title><link>http://blogs.msdn.com/tess/archive/2008/09/18/making-it-easier-to-debug-net-dumps-in-windbg-using-cmdtree.aspx#8959867</link><pubDate>Sat, 20 Sep 2008 15:19:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8959867</guid><dc:creator>Bruno Aleixo</dc:creator><description>&lt;p&gt;Commands that are directed at windbg UI like .cmdtree don&amp;#180;t work from script files. Sorry&lt;/p&gt;
</description></item><item><title>re: Making it easier to debug .net dumps in windbg using .cmdtree</title><link>http://blogs.msdn.com/tess/archive/2008/09/18/making-it-easier-to-debug-net-dumps-in-windbg-using-cmdtree.aspx#8966114</link><pubDate>Fri, 26 Sep 2008 10:38:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8966114</guid><dc:creator>Volker von Einem</dc:creator><description>&lt;p&gt;@Tim&lt;/p&gt;
&lt;p&gt;try to specify the full path, then it works&lt;/p&gt;
</description></item><item><title>Creating a GUI cheat sheet for commonly used WinDbg commands.</title><link>http://blogs.msdn.com/tess/archive/2008/09/18/making-it-easier-to-debug-net-dumps-in-windbg-using-cmdtree.aspx#8970981</link><pubDate>Wed, 01 Oct 2008 04:16:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8970981</guid><dc:creator>Vista knowledge from the OEM team and others...</dc:creator><description>&lt;p&gt;There is an undocumented feature in WinDbg that may be useful for remembering WinDbg commands and essentially&lt;/p&gt;
</description></item></channel></rss>