Logikos Engineer Contributes Article to MSDN Magazine

Logikos employee Mike Pellegrino has written an article to be published in the November 2002 edition of MSDN Magazine. The article is titled "CLR Debugging: Improve Your Understanding of .NET Internals by Building a Debugger for Managed Code". The article's summary is as follows:

With the release of .NET, the Microsoft scripting strategy has evolved. Script engines can now compile or interpret code for the Microsoft common language 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.

You can also read the full article online at the MSDN website. Mike's December 2000 article on Active Scripting APIs is also available.