This topic applies to:
Edition | Visual Basic | C# | C++ | Web Developer |
|---|
Express | .gif) | .gif) | .gif) | .gif) |
Standard | .gif)
| .gif)
| .gif)
| .gif)
|
Pro and Team | .gif)
| .gif)
| .gif)
| .gif)
|
Table legend:
You can customize the way Visual Studio displays data types in debugger variable windows.

Visual Basic and C#

Visualizers

Native Code
For native code, you can add custom data type expansions to the file autoexp.dat, which is located in the Program Files\Microsoft Visual Studio 8\Common7\Packages\Debugger directory. Instructions on how to write autoexp rules are located in the file itself.
Caution: |
|---|
The structure of this file and the syntax of autoexp rules might change from one release of Visual Studio to the next. |
Native type views can also be customized by writing an expression evaluator add-in. For more information, see EEAddIn Sample: Debugging Expression Evaluator Add-In.

See Also