Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Sample Code » ICorDebug   (RSS)

Empty implementation of ICorDebugManagedCallback

I have to implement the ICorDebugManagedCallback interfaces. I wrote up a stub implementation (that just E_NOTIMPLs all the methods) and am posting it here for reference. It's pretty tedious, so I'll post it here and then never have to write that again.
Posted by jmstall | 2 Comments
Filed under: ,

Managed Debugger Sample

We have a pure C#/IL managed debugger sample, called MDbg. It's available on MSDN at http://www.microsoft.com/downloads/details.aspx?familyid=38449a42-6b7a-4e28-80ce-c55645ab1310&displaylang=en . For a variety of reasons, this sample only runs on
Posted by jmstall | 61 Comments
Filed under: , ,
 
Page view tracker