Debugging Cordova apps using GenyMotion is fully supported. You just have to bear in mind that it behaves as a real device for ADB. So, to launch it from the command line you just have to run:
cordova run android
From your project directory. All credit must go to Nextneed on Stackoverflow.