startdebugger()

Start up the chromium debugger on the page. You want i as early as possible after including jsBridge.js as it start up asynchronously. If you have debugger; in your code in combination wit this, you can add automatic breaks, but it will run the code without breaking until the debugger has started up.