UiPath Automation Developer Professional v1 — Question 36
Which command in the UiPath installation folder configures the UIPath.RemoteDebugging.Agent utility on a Windows robot to accept remote debugging requests from Studio?
Answer options
- A. UiPath.RemoteDebugging.Agent.exe start --port --password --verbose
- B. UiPath.RemoteDebugging.Agent.exe enable --port --password --verbose
- C. UiPath.RemoteDebugging.Agent.exe enable --port --username --password --verbose
- D. dotnet ./UiPath.RemoteDebugging.Agent.dll enable --port --password --verbose
Correct answer: B
Explanation
The correct answer is B because it uses the 'enable' command, which is specifically designed to configure the agent for remote debugging. Options A, C, and D either use incorrect commands or parameters that do not match the requirements for enabling remote debugging, such as using 'start' instead of 'enable' or including an unnecessary 'username' parameter.