What is the difference between Watch Panel and Immediate Panel?
Hi @Rohit_More
The Immediate panel is only visible during debugging, and it can be used for inspecting data available at a certain point during debugging. It can evaluate variables, arguments, or statements
Similar to the Call Stack panel, the Watch panel is only visible during debugging. It can be set to display the values of variables or arguments, and values of user-defined expressions that are in scope. These values are updated after each activity execution while debugging.
Regards
Gokul
Can you please give some example that shows the difference
Hey @Rohit_More
Watch Panel
Similar to the Call Stack panel, the Watch panel is only visible during debugging . It can be set to display the values of variables or arguments, and values of user-defined expressions that are in scope. These values are updated after each activity execution while debugging.
Immediate Panel
The Immediate panel is only visible during debugging, and it can be used for inspecting data available at a certain point during debugging . It can evaluate variables, arguments, or statements. To do so, simply type the variable or argument name in the Immediate window and press Enter.
Thanks,
Sanjit
Hi @Rohit_More
While Debugging the process, You can Pause the process and enter the expression in the Immediate Panel.
Have you check the Video Link in the Above post to have a clear pic above Watch Panel & Immediate Panel
Regards
Gokul
Hi @Rohit_More
While Debugging the process, Go to Variable panel → Right Click any of the Variable → Click the Add Watch submenu → Then you can find that variable in the Watch Panel Refer the screenshot
Regards
Gokul
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.