NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Displaying Elements of a Custom Data Type

When you are using interface elements such as the Watch window, the Visual Studio debugger automatically expands common data types to show their most important elements. If you have your own custom data types that you want the debugger to autoexpand, you can add rules to the file autoexp.dat, which is located in the /bin directory. Instructions on how to write autoexp rules are located in the file itself. The structure of this file and the syntax of autoexp rules may change from one release of Visual C++ to the next.

See Also

Inspecting Your Program