Learn about .NET Managed Debugging Assistants

Posted: (EET/GMT+2)

 

Are writing .NET applications that seem to have tough problems, especially when calling unmanaged code components? In these situations, Managed Debugging Assistants or MDAs might help you. MDAs can help you learn what's going on internally inside the CLR (Common Language Runtime), which is also something you cannot directly observer when debugging your .NET applications inside Visual Studio.

If you are interested in learning more about MDAs and how they can help you in debugging, check out a nice MSDN article titled "Diagnosing Errors with Managed Debugging Assistants".

Happy hacking!