Managed Debugger Expression Evaluator
Hi, my name is James Wang and I am a software design engineer in the Visual C++ Front End team. One of my testing areas is C++ debugger expression evaluators. That is the engine that evaluate the expressions you put in the debugger watch windows. Currently, the Visual Studio 2005 ships two versions of the debugger expr...