Reputation: 2586
I want to remote debug my uwp app on a Win 10 mobile phone device. How does one install the remote debugging tools on the phone?
Directly installing the rtools_setup_x64.exe via File Explorer does not work, error "Something went wrong".
Upvotes: 1
Views: 1244
Reputation: 2710
You have not to install remote tools. Just enabling 'developer mode' (Settings > For developers > Use developer features) and deploy your uwp app by using Visual studio.
Upvotes: 1