lupaulus
lupaulus

Reputation: 367

Development Environment for mobile debug

I currently working on a Xamarin .NET Core application, to debug my entire application, I use a VM with 32Gb to run back-end, web-service and web client to debug end to end.

But I want to debug my Xamarin app too. I can't debug over wifi, because the hotspot isn't accessible. I checked solution to plug directly on the cluster where my VM is hosted, however it is really convenient.

Hypervisor is an Esxi.

It's possible to route ADB flux from a physical device through a RDP connected VM ?

Schema

Upvotes: 2

Views: 152

Answers (1)

lupaulus
lupaulus

Reputation: 367

Answer

We found a software that bind USB over RDP on Windows, unfortunately, the software licence is not free but has a free trial period.

You need to install the workstation side on your physical computer, and the server side on your VM.

If someone find a opensource alternative working well as this client, he can share it here.

Upvotes: 1

Related Questions