No values in the Locals, Immediate, Watch panels

Kindly help, I have launched this workflow in the Studio in Debug Mode. However, throughout the execution, there seems to be no values in the Locals, Immediate, Watch panels as shown in the pix below


Kindly assist me on how to enable the Studio in order to view the variable values during debugging. Please do let me know if you need more info from me.
Thank you.

Hi @RobinsonFrancis

You need to type the variable to get the value in Immediate Panel. If you switch to Locals Panel you can see the values.

Regards

Hi @RobinsonFrancis

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


You can understand more refer to this video

Hope this helps :slight_smile:

I can’t type anything in the Immediate panel and I don’t see anything in the Locals panel:
image

it wouldn’t show values until you pause it or the flow hits a breakpoint.

Hi @RobinsonFrancis

You can type the variables in immediate panel when it hits breakpoint.

Regards

Just hit the break button on top left it will change to pause, then you can put the variable name in immediate panel or can see all the values in local panel!

Cheers!

@RobinsonFrancis,

Your code is running as per your screenshot.

image

It should be like this. Then only you will be able to see all panels values and variables.

Thanks,
Ashok :slight_smile:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.