Exam UiADPv1 All QuestionsBrowse all questions from this exam
Question 29

Which command in the UiPath installation folder configures the UIPath.RemoteDebugging.Agent utility on a Windows robot to accept remote debugging requests from Studio?

    Correct Answer: B

    To configure the UIPath.RemoteDebugging.Agent utility on a Windows robot to accept remote debugging requests from Studio, the command 'UiPath.RemoteDebugging.Agent.exe enable --port --password --verbose' is used. This command enables the remote debugging agent, specifying the port, password, and enabling verbose logging to detail the process for troubleshooting or confirmation purposes.

Discussion
Fly100Option: B

https://docs.uipath.com/studio/standalone/2022.10/user-guide/remote-debugging#configuring-the-robot-on-the-remote-machine

HamossaOption: B

B Verified from docs