Microsoft Identity Integration Server 2003 Developer Reference

Viewing Variables

The Visual Studio .NET debugger allows you to view and modify the contents of certain variables at run time. After the debugger pauses the extension at a breakpoint, you can view the contents of a variable in any of the following ways:

When the debugger pauses the extension at a breakpoint, you can modify the contents of a variable while the code is running by viewing the variable in either the QuickWatch or Watch windows, and then selecting the Value of the variable. You can then enter the desired value for the variable using the keyboard and mouse.

Caution  Extreme caution must be exercised when changing variable values because it is very easy to enter an invalid value for the variable, which can cause the code to throw an exception and possibly become unstable.

For more information about the debugger and its features, see the Visual Studio .NET documentation.