How does the Remote Debugging varies from Remote Runtime

how does the Remote Debugging varies from Remote Runtime, i am going through the Remote Debugging but understanding few similarities… can anyone correct me.

@devasaiprasad_K ,

Welcome to UiPath community!
Here is the basic difference

Remote Debugging
Automations may behave differently on different machines. If the machine on which an automation will run in production has a different configuration than the machine where it is designed (for example, the machine has different hardware or software, different permissions, or it is in an isolated network) the process should be tested and debugged with the robot on that machine.

This is used for remotely debugging the code on any remote machine from DEV machine.

Remote Runtime
UiPath Remote Runtime is a component which facilitates the communication between a remote application or desktop, such as Citrix Virtual Apps, and the dedicated UiPath extension – the UiPath Extension for Citrix , the UiPath Extension for Windows Remote Desktop and Apps , or the UiPath Extension for VMware Horizon . It gathers info about targeted UI elements of remote applications and sends them to the corresponding extension, so that selectors are natively generated in UIExplorer.

Thanks,
Ashok :slight_smile:

Got it… Thanks for the clarification…

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.