UiPath debug question

Hi,

Does Studio 2022.10 has a pause, make a fix and continue? How can I do that? Previously, if there is an error, I have to stop the bot, fix and restart.

Thank you,

2022.10 does not offer the option to edit the workflow during debugging.

Kindly note the progress that was achieved in the newer version:
Section: Edit activities during debugging

doing corrections on e.g.

  • variable values
  • on some activity properties, - when the flow is paused on this (breakpoint)

we can use the debuggin panel - immediate

accessing the current activity properties we use the $
Example:

  • If Activity, paused by breakpoint
  • immediate panel: $.Condition = the_new_condition_statement
1 Like

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