![]() |
Open Test Framework
|
|
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 current OTX Solution. Depending on which procedure is being executed, the corresponding declarations are available for being changed or not. The Watch window also allows you to copy the current value of the declaration during debugging.
To track and change the value of a declaration, please proceed as follows:
You can only change the value of the monitored declaration only if the workflow is halted by stepping at an activity or by a breakpoint. The new input value must be correct to the type of the monitored declaration; otherwise, a warning will occur and the changes will have no effect. You can add watch for a constant but you can not change its value during debugging.
The Watch window consists of a command bar above and a gridview below. All the monitored declarations (added to Watch window) will be displayed in the gridview, here you can select one or more declarations using mouse and CTRL / SHIFT key or using CTRL + A. The selected declaration can be managed with the buttons in the command bar or with the DEL key.
Below are the buttons on the command bar with their descriptions (according to their positions from left-to-right):
Button | Description |
---|---|
Change value ![]() | Enables to edit the value of the selected declaration. If you select many declarations, the bottom changeable declaration will be editable. |
Up ![]() | Moves the selected declarations up one row (according to the highest selected declaration). |
Down ![]() | Moves the selected declarations down one row (according to the lowest selected declaration). |
Select all | Selects all the declarations in the gridview (Keyboard shortcut: CTRL + A). |
Copy | Copies the content in all the cells of the selected declarations to the clipboard (Keyboard shortcut: CTRL + C). |
Delete | Deletes all the selected declarations (Keyboard shortcut: DEL). |
Display as Hex | Converts and displays the Integer value of the declarations of Integer type in Hexadecimal. |
NOTE: All the changes in the Watch window can not be Undone or Redone. If you rename a declaration or its document / package / project, it will not be updated in the Watch window, you have to delete the old obsolete one and re-add the declaration into the Watch window.