Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » MDbg » This should be in MSDN   (RSS)

MDbg, Managed-debugging, and 64 bit

V2 CLR added support for 64-bit (amd64 and ia64), and that includes managed-debugging support. So a 64-bit MDbg can debug a 64-bit managed app. But what about cross-platform stuff when your debugger and debuggee are different platforms? Here's how MDbg

Writing a debugger in VB

Some might consider writing a managed debugger in VB.Net to be an oxymoron . But maybe not. Here's a VB.Net snippet that serves as a highly-specialized debugger to launch an app and print all the modules that get loaded. This is adapted from the C# sample
Posted by jmstall | 1 Comments
 
Page view tracker