How to see the argument's value when i am trying to debug?

Hello everyone.
When i am trying to debug my proyect i can’t see the value of the arguments, do you know any method to see it?

Thanks for your help!

1 Like

Try writeline Activity to display any value that you would like to see in output panel. While debugging adjust steps speed to see step by step activity.

2 Likes

If you look at the “Local Panel” while the robot is debugging you should see both the variables, arguments, and what they hold during that given point in that process. Happy Automating :robot:

1 Like

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