UiPath Studio - "Immediate window" for debbuging

Hi all,

I guess there is no way to verify variables while debugging in UiPath Studio, unless we use the “write line” activity. In my opinion, it would be better if it had something like “Immediate window” in Visual Studio, where you can stop the execution of the program and execute methods over the existing variables in execution time. For example, let’s assume we had created a robot to read an excel file and store the result in a variable called dataResult; we could debug the robot and just try some codes (dataResult(0)(1) <- to get the second column of the first row of the data result) to navigate into the dataResult variable without the need to include lots of write line activities.

Hope you consider this idea!

Best regards,

Bruno Costa.

4 Likes

2 posts were merged into an existing topic: Evaluating Variables