Difference between revisions of "OtfWatchWindow"
Line 10: | Line 10: | ||
To track and change the value of a declaration, please proceed as follows: | To track and change the value of a declaration, please proceed as follows: | ||
− | # Right-click on the declaration in the [[OtfDeclarationExplorer|Declaration Explorer]] tool window and select the menu "'''Add to Watch window'''". | + | # Right-click on the declaration in the [[OtfSolutionExplorer|solution Explorer]] or the [[OtfDeclarationExplorer|Declaration Explorer]] tool window, and select the menu "'''Add to Watch window'''". |
# Run the current procedure in debug mode (you can use "'''F11'''" key to step into each activity or use "'''F5'''" key to stop at each breakpoint). | # Run the current procedure in debug mode (you can use "'''F11'''" key to step into each activity or use "'''F5'''" key to stop at each breakpoint). | ||
# When the workflow is halted by stepping into an activity or by a breakpoint, double-click on the "'''Value'''" cell in the row of the corresponding declaration in the Watch window (or select the row and click on the "'''Change value'''" command). | # When the workflow is halted by stepping into an activity or by a breakpoint, double-click on the "'''Value'''" cell in the row of the corresponding declaration in the Watch window (or select the row and click on the "'''Change value'''" command). |
Revision as of 06:57, 16 September 2014
Overview
The Watch window allows for tracking and changing the values of declarations during runtime in the debug mode. This makes debugging some of the complex data types easier. To track and change the value of a declaration when running in debug mode, you first have to add the declaration into the Watch window, see guideline below. The Watch window stores all the monitored declarations of the solution. Depending on which procedure is being executed, the corresponding declarations are available for changing or not. The Watch window also allows you to copy the current value of the declaration during debugging.
The Watch is a tool window, so it can be docked, floating, opened, closed, resized or set to auto hide. When starting the OTF the first time, the Watch window is already opened and docked under the Workflow Designer. You can open or close it via the "Watch window" button ("") in the Ribbon.
![]() |
Watch Window allows for monitoring and changing the value of a declaration during debugging. |
Tracking and changing the value of a declaration
To track and change the value of a declaration, please proceed as follows:
- Right-click on the declaration in the solution Explorer or the Declaration Explorer tool window, and select the menu "Add to Watch window".
- Run the current procedure in debug mode (you can use "F11" key to step into each activity or use "F5" key to stop at each breakpoint).
- When the workflow is halted by stepping into an activity or by a breakpoint, double-click on the "Value" cell in the row of the corresponding declaration in the Watch window (or select the row and click on the "Change value" command).
- Input the new value for the declaration.
- Press "ENTER" key or "TAB" key to set the changes.
- Continue the workflow (with "F11" key or "F5" key).
- When the workflow is halted by stepping into another activity or by another breakpoint again, you can changes the value again or you can copy the current value of the declaration in the "Value" cell.