<?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>Command Line Debugging Revisited - Part 1: Getting started with MDbg and .NET Compact Framework Version 2 Service Pack 1</title><link>http://blogs.msdn.com/davidklinems/archive/2006/07/13/665023.aspx</link><description>It's been a while since I last wrote about using the command line debugger (cordbg) with the .NET Compact Framework. Quite a bit has changed in the world of .NET Compact Framework command line debugging since that time. With the release, last year, of</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Command Line Debugging Revisited - Part 1: Getting started with MDbg and .NET Compact Framework Version 2 Service Pack 1</title><link>http://blogs.msdn.com/davidklinems/archive/2006/07/13/665023.aspx#665458</link><pubDate>Fri, 14 Jul 2006 12:51:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:665458</guid><dc:creator>Henrik Bach</dc:creator><description>I don't have a device compatible with CF 2.0, so I've tried to use the Emulator instead. Is this possible?&lt;br&gt;&lt;br&gt;I ran into a problem, when launching the NetCfLaunch on the emulator. It gives me connection parameters as &amp;quot;-2147479518&amp;quot; - which looks more like an error code and Mdbg certainly does not like it!&lt;br&gt;&lt;br&gt;BTW - I copied the ARMV4i binaries to the emulator - is this the correct CPU for an emulator? </description></item><item><title>re: Command Line Debugging Revisited - Part 1: Getting started with MDbg and .NET Compact Framework Version 2 Service Pack 1</title><link>http://blogs.msdn.com/davidklinems/archive/2006/07/13/665023.aspx#665464</link><pubDate>Fri, 14 Jul 2006 13:07:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:665464</guid><dc:creator>Neil Cowburn</dc:creator><description>You beat me to it! I started writing a post similar to this yesterday. Grr! :)</description></item><item><title>Neil Cowburn - Using MDbg with .NET Compact Framework Applications: Principal Partner of OpenNETCF Consulting &amp; Co-Founder of OpenNETCF.org</title><link>http://blogs.msdn.com/davidklinems/archive/2006/07/13/665023.aspx#665502</link><pubDate>Fri, 14 Jul 2006 13:55:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:665502</guid><dc:creator>Neil Cowburn - Using MDbg with .NET Compact Framework Applications: Principal Partner of OpenNETCF Consulting &amp; Co-Founder of OpenNETCF.org</dc:creator><description>PingBack from &lt;a rel="nofollow" target="_new" href="http://blog.opennetcf.org/ncowburn/2006/07/14/UsingMDbgWithNETCompactFrameworkApplications.aspx"&gt;http://blog.opennetcf.org/ncowburn/2006/07/14/UsingMDbgWithNETCompactFrameworkApplications.aspx&lt;/a&gt;</description></item><item><title>re: Command Line Debugging Revisited - Part 1: Getting started with MDbg and .NET Compact Framework Version 2 Service Pack 1</title><link>http://blogs.msdn.com/davidklinems/archive/2006/07/13/665023.aspx#665758</link><pubDate>Fri, 14 Jul 2006 18:49:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:665758</guid><dc:creator>DavidKlineMS</dc:creator><description>Henrik,&lt;br&gt;&lt;br&gt;You need to use Visual Studio 2005 to configure the emulator to use the TCP/IP transport. &amp;nbsp;Once done, you can cradle the emulator using ActiveSync and the Device Emulator Manager (from Visual Studio).&lt;br&gt;&lt;br&gt;I will post details on how to do this in my next update.&lt;br&gt;&lt;br&gt;--DK</description></item><item><title>re: Command Line Debugging Revisited - Part 1: Getting started with MDbg and .NET Compact Framework Version 2 Service Pack 1</title><link>http://blogs.msdn.com/davidklinems/archive/2006/07/13/665023.aspx#665759</link><pubDate>Fri, 14 Jul 2006 18:50:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:665759</guid><dc:creator>DavidKlineMS</dc:creator><description>Sorry about that, Neil :)</description></item><item><title>Command Line Debugging Revisited - Part 2: The Device Emulator</title><link>http://blogs.msdn.com/davidklinems/archive/2006/07/13/665023.aspx#666053</link><pubDate>Fri, 14 Jul 2006 23:10:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:666053</guid><dc:creator>David Kline</dc:creator><description>The Visual Studio 2005 Device Emulator is a very cool tool for developing, testing and debugging Windows...</description></item><item><title>Developing .NET Compact Framework applications for Windows CE 4.2 Devices.</title><link>http://blogs.msdn.com/davidklinems/archive/2006/07/13/665023.aspx#692625</link><pubDate>Wed, 09 Aug 2006 01:35:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:692625</guid><dc:creator>Mark Prentice </dc:creator><description>.NET Compact Framework v2.0 SP1 includes support for Windows CE 4.2 based devices.&amp;amp;amp;nbsp; To date, Visual...</description></item><item><title>Command Line Debugging Revisited - Part 3: Process Control</title><link>http://blogs.msdn.com/davidklinems/archive/2006/07/13/665023.aspx#696026</link><pubDate>Sat, 12 Aug 2006 02:09:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:696026</guid><dc:creator>David Kline</dc:creator><description>In the previous parts of this series, I talked about getting started with MDbg and using the Device Emulator.&amp;amp;amp;nbsp;...</description></item><item><title>David Introduces Support for Debugging .NET Compact Framework Applications using MDbg</title><link>http://blogs.msdn.com/davidklinems/archive/2006/07/13/665023.aspx#715025</link><pubDate>Wed, 23 Aug 2006 20:52:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:715025</guid><dc:creator>.NET Compact Framework Team</dc:creator><description>With the release, last year, of version 2 of the .NET Framework SDK, a new command line debugger (MDbg)...</description></item><item><title>Command Line Debugging Revisited - Part 4: Attaching to Processes</title><link>http://blogs.msdn.com/davidklinems/archive/2006/07/13/665023.aspx#724721</link><pubDate>Sat, 26 Aug 2006 02:59:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:724721</guid><dc:creator>David Kline</dc:creator><description>Being able to attach to a running process is a very powerful debugger feature.&amp;amp;amp;nbsp; It is especially...</description></item><item><title>Command Line Debugging Revisited - Part 5: The X Command</title><link>http://blogs.msdn.com/davidklinems/archive/2006/07/13/665023.aspx#752634</link><pubDate>Wed, 13 Sep 2006 22:53:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:752634</guid><dc:creator>David Kline</dc:creator><description>In the previous installment, I talked about attaching to running processes using MDbg.&amp;amp;amp;nbsp; As part...</description></item><item><title>Command Line Debugging Revisited - Part 6: IL Debugging Commands</title><link>http://blogs.msdn.com/davidklinems/archive/2006/07/13/665023.aspx#774435</link><pubDate>Thu, 28 Sep 2006 00:16:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:774435</guid><dc:creator>David Kline</dc:creator><description>Dan Elliott recently posted about the IL OpCodes supported by the .NET Compact Framework.&amp;amp;amp;nbsp; This...</description></item><item><title>Nástroje SDK 2.0 z bin adresáře</title><link>http://blogs.msdn.com/davidklinems/archive/2006/07/13/665023.aspx#800920</link><pubDate>Sat, 07 Oct 2006 19:26:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:800920</guid><dc:creator>Martin Knotek blog</dc:creator><description>&lt;p&gt;N&amp;amp;iacute;že se nach&amp;amp;aacute;zej&amp;amp;iacute;c&amp;amp;iacute; seznam obsahuje n&amp;amp;aacute;stroje dostupn&amp;amp;eacute; v SDK&lt;/p&gt;
</description></item><item><title>Best of 2006</title><link>http://blogs.msdn.com/davidklinems/archive/2006/07/13/665023.aspx#1376275</link><pubDate>Fri, 29 Dec 2006 00:30:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1376275</guid><dc:creator>David Kline</dc:creator><description>&lt;p&gt;I started this series last year and thought I would continue the tradition with my best of 2006 collection.&lt;/p&gt;
</description></item><item><title>Guía de instalación de los componentes de diagnóstico y depuración para Compact Framework </title><link>http://blogs.msdn.com/davidklinems/archive/2006/07/13/665023.aspx#1748485</link><pubDate>Fri, 23 Feb 2007 21:19:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1748485</guid><dc:creator>O bruxo mobile</dc:creator><description>&lt;p&gt;Esta es una de las preguntas m&amp;#225;s comunes que me suelen hacer siempre en sesiones de rendimiento y optimizaci&amp;#243;n&lt;/p&gt;
</description></item><item><title>Developing .NET Compact Framework applications for Windows CE 4.2 Devices.</title><link>http://blogs.msdn.com/davidklinems/archive/2006/07/13/665023.aspx#4347689</link><pubDate>Sun, 12 Aug 2007 13:04:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4347689</guid><dc:creator>外部部落格</dc:creator><description>&lt;p&gt;.NET Compact Framework v2.0 SP1 includes support for Windows CE 4.2 based devices. To date, Visual Studio&lt;/p&gt;</description></item></channel></rss>