The new version of the Visual Studio 2008 Beta2 SDK was just released. Among the many new samples is a basic expression evaluator sample. This sample shows you how to add basic debugger support to a managed language in Visual Studio. This is the first
Read More...
The Expression Evaluator is a VSIP component that allows Visual Studio Languages to plug in a Debugger. It's what controls the information inside the locals,watch,auto, stack frame and immediate windows during a debugging session. Both VB and C# use this
Read More...