How to watch a value of my variable during the execution

How to watch value of a variable during the debug or during the runtime?

For example: I have a variable “count” in sequence, after certain period of execution, I would like to know the value inside count.

I am expecting something similar to immediate windows in VBA.

1 Like

There’s no Such Panel window in UiPath (by now). Only way to see Variables is in Local Panel in Debug Mode, putting a breakpoint over a specific activity before your variable can change

1 Like

You can always just throw in a write line or something similar. I make sure to use that liberally while creating and debugging workflows

1 Like

@Pavan_Gunda

you can see the logs of the robots in Orchestrator during runtime. To see the logs, you need to include Log Message activity in workflow wherever required.