UiPath Automation Developer Professional v1 — Question 26
What happens when closing a Remote Debugging Connection while a debugging execution is in progress?
Answer options
- A. The remote robot continues the execution after Studio closes the connection.
- B. Debugging execution ends in exception, then the connection is closed.
- C. Debugging execution stops gracefully, then the connection is closed.
- D. It is not possible to close the connection while debugging is in progress.
Correct answer: D
Explanation
The correct answer is D because it is designed that you cannot terminate the connection while debugging is ongoing. Options A, B, and C suggest that some form of execution or termination occurs, which contradicts the fundamental behavior of the Remote Debugging feature.