المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : CLR Debugging: Improve Your Understanding of .NET Internals by Building a Debugger fo



C++ Programming
03-29-2009, 02:42 AM
With the release of .NET, the Microsoft scripting strategy has evolved. Script engines can now compile or interpret code for the Microsoft common ******** runtime (CLR) instead of integrating debugging capabilities directly into apps through Active Scripting. With that change comes a new set of published services for including debugging functionality in a custom host application. You'll see how to use the debugging services published in the .NET Framework to create a full-featured CLR debugger that allows you to set breakpoints, view call stacks, browse variables, view processes, enumerate threads, and perform other important debugging tasks.

Mike Pellegrino

<a href="http://msdn.microsoft.com/magazine/99af8eec-ae97-4f61-a68a-ce31a8665c96">MSDN Magazine November 2002