Welcome to MSDN Blogs Sign in | Join | Help

Wednesday, August 10, 2005 - Posts

MDbg Sample is updated for Beta 2 and RTM

The Mdbg (a managed debugging written in pure C#) sample, which includes full source, has now been updated and released. The previous sample was for beta 1. This new sample has been updated for Whidbey beta 2 and will also be compatible with the final
Posted by jmstall | 14 Comments
Filed under: ,

Problem: The debugger attaches too slowly:

From the mailbag: "I notice that running and attaching the debugger takes on average now 8-10 seconds for even a simple console application." I'm not a VS expert, but here are some trouble-shooting tips: 1. Try a managed-only attach instead of interop
Posted by jmstall | 3 Comments

You can't get a mixed-mode callstack from inprocess.

You can't get a full-mixed (both managed+ native) stack of a thread within your own process. You can get a native-only stack from function like DbgHelp!StackWalk64 (which is what this article on Codeproject does) to get the native callstack of a native
Posted by jmstall | 7 Comments
 
Page view tracker