When a UiPath project is started with Run mode, what happens when there is a breakpoint on an activity?
When a UiPath project is started with Run mode, what happens when there is a breakpoint on an activity?
When a UiPath project is started in Run mode, the project pauses at any activity where a breakpoint is set until the Continue button is clicked. This allows the developer to inspect the state of the project at that particular point before choosing to proceed.
the answer should be C, the project is started at Run mode, so the process will not be impacted.
I tested C is the answer