I'm working with Cordova 3.5 on Android for my Angular app. I need to pause my application so I can debug at the very beginning of the apps execution.
If I use a breakpoint or debugger line in the code the problem is I can't open the chrome developer tools fast enough for to catch the breakpoint to halt execution. If you close the app and relaunch it you have to open a new inspector window.
Any ideas on how to pause the app so I have enough time to open the developer tools?