I am using Vagrant (VirtualBox) and the ionic framework which is based on Cordova and AngularJS. I can compile and deploy my ionic app to my USB connected Android device. But how can I connect and debug my app now with Chrome running on my host machine? Because the USB connection is exclusively given to VirtualBox running vagrant my Chrome cannot find my device. He only find it when I halt my Vagrant machine. How did others solve this?