Let me know good way for debugging

Hi all,

Does anybody know how to check table data while debugging without using output code like write csv?
I felt immediate variable window at the bottom of studio is much less powerful than other EDP… If anybody have good debugging way, please let me know.

Regards,
J,

@jumbo, use output Datatable activity where the input will be your Datatable and output as a string.

Display it using message box/log message/ write line.

Regards,
Dominic :slight_smile:

Hi @Dominic,

Thanks for your information. That’s one way…
However, some of popular IDE has table view to check table data so I was hoped to UiPath Studio has the function like it.

Rgds,
J,