How Do I Edit Variables in the Visual Studio Debugger?
In the Traditional Debugger you can use DEPOSIT (http://docs.synergyde.com/tools/toolsChap2DEPOSIT.html#Xtae38522) to assign/modify arbitrary variables. How do I do this in the Visual Studio Debugger?
!deposit VARIABLE=VALUE
Here is this in action:
This is documented here http://docs.synergyde.com/vs/gsChap10Usingvisualstudiofortraditionalsynergydevelopment.html#Xvac685907