Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

I use to create another Chrome instance.

Image RemovedImage Added

The --disable-hang-monitor option will allow you to be able to continue to debug even after the script time out limit in case of a SWF.
The --disable-bundled-ppapi-flash will allow to use the NNAPI Flash plugin instead of the PPAPI, so, I assumed it is installed, in case not,
you can download it from https://www.adobe.com/support/flashplayer/downloads.html

 

Once done, you will need to launch once the Debug configuration, it will open Chrome, close it, you see a popup appear in IntelliJ asking you to install the JetBrains IDE support for Chrome, do it, take care to configure the port as describe in the popup.

...