Managed EE

Visual C++ Team Blog : Managed Debugger Expression Evaluator


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 expression evaluator, one for the native debugger and one for the managed debugger.  While we are trying to make the managed debugger expression evaluator to be in parity with the native version, there are still some subtle differences due to different type systems and relative new code bases.  In the coming releases, we will try to improve the managed debugger expression evaluator and to improve the managed code debugging experience. Let us know any feedback in this area.

Some Tips:

In the Program Files\Microsoft Visual Studio 8\Common7\Packages\Debugger directory, there is a file called mcee_mc.dat file.  This file serves the same purpose as the autoexp.dat but for the managed debugger.  You can modify this file to control the appearance (or Visualization ) for complex types such as  BCL types, STL types or your own types in the watch window.  The syntax is basically the same as autoexp.dat.


發佈了45 篇原創文章 · 獲贊 2 · 訪問量 4萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章