David Talks about Attaching to .NET Compact Framework Applications using MDbg

Being able to attach to a running process is a very powerful debugger feature.  It is especially handy when the application is in the field.  With the CorDbg debugger, formal attach to process support was not available when debugging .NET Compact Framework applications.  Using the .NET Compact Framework MDbg debugger extension (in version 2 service pack 1), support for attaching the debugger to running applications is now available from the command line.
Read more here.