My Javascript Apache Cordova app builds fine but doesn't behave debugging on the emulator or real device.
I see a bunch of messages rush by in the Visual Studio Javascript Console but the app then immediately crashes and the Javascript Console becomes unavailable.
I've tried setting breakpoints to pause the app which doesn't work.
How can I view these Javascript Console logs after the debugger stops ?
EDIT: this if for Windows Phone (Universal) with plugins for Windows Phone and not debuggable in the browser
this is the only way i've figured ;