QuestionQ96

Debugging

During process review in debug mode, what capability does the Step Out action provide, as illustrated in the exhibit?

Question Image

Explanation

In UiPath Studio's debugging toolbar, the Step Out action runs all remaining activities inside the currently active container (such as a sequence or nested workflow) to completion, and then pauses execution once control returns to the parent level. This allows a developer to quickly finish stepping through a nested container without manually stepping through every single activity inside it.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!