To trigger breakpoint in Javascript, you can add a 'debugger' in your code. For example: function testing() { alert(123); debugger; alert(456); } The debugger will be triggered at runtime.
Run the following command to restart VBox in mac: sudo /Library/StartupItems/VirtualBox/VirtualBox restart Whenever your genymotion emulator cannot restart in macos, try this.