What is the expected behavior when execution is started from UiPath Studio in Debug mode with a breakpoint on a Type Into activity?
The execution pauses for 5 seconds when it encounters the breakpoint.
The execution ignores the breakpoint.
The execution pauses until the user clicks the Continue button.
The execution throws an exception.
✅ Reference:
UiPath Documentation: Debugging Workflows
Submit