Go Back

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?

1 Answer
0   | Posted by Ace Olszowka to Visual Studio Integration on 3/31/2017, 4:17 PM
Best Answer chosen by Ace Olszowka
Ace Olszowka
Traditional Synergy In Visual Studio currently does not offer the ability to Visually Edit Variables (until this feature request is implemented https://synergexresourcecenter.force.com/siteidea?id=08732000000bozdAAA) HOWEVER you can utilizes the ?Immediate Window? (Accessed [When Debugging] by select the ?Debug->Windows->Immediate? Menu Item) and type the following:
 
!deposit VARIABLE=VALUE

Here is this in action:

Immediate Window Editing Variables

This is documented here http://docs.synergyde.com/vs/gsChap10Usingvisualstudiofortraditionalsynergydevelopment.html#Xvac685907

 

3/31/2017, 4:23 PM   0  
Please log in to comment or answer this question.