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 version 2 of the .NET Framework SDK, a new command line debugger (MDbg) became available. MDbg is written in managed code and supports adding functionality via extension assemblies (DLLs). At the time we released version 2, the extension which adds .NET Compact Framework support was not ready. With the release of .N
read more »
Be the first to post a Comment!