Trying a simple test of a cordova app targeting android.
Visual studio breaks execution at the end of each js file (no breakpoints are set) e.g. at:
}(this));
There is an earlier warning which may not be related:
Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/. File: ripple.js, Line: 50, Column: 26565
Clicking continue continues execution to the end of the next file - presumably as each JS file is loaded.
Has anyone experience this and know how to prevent it breaking execution at the end of each js file?