What happens when a break is left in?
What happens when a break is left in?
Question: During development, a breakpoint is enabled at a particular activity. Later, the developer published the package to UiPath Orchestrator. When the process runs from a UiPath Robot in an unattended mode, what is the expected behavior?
- Process generates an exception error due to the breakpoint
- Breakpoint will cause the process to pause indefinitely
- Breakpoint will have no impact on the process execution
- Process causes the robot to crash due to the breakpoint
Answer
Option C is correct.
Nothing will happen. In big projects its possible to leave one or two break points. These should not hinder a project in production so they are ignored.