Versions Compared

Key

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

...

The first gotcha is that you can't import an existing project, you will need to create a new one and copy your sources into the folder where you created your IntelliJ FlexJS project.

(You should have at least one Flex SDK installed and configured in IntelliJ to do that)

 

To start to play with, you can use the examples located in <FLEXJS_INSTALL_FOLDER>/examples.

...

I use to create another Chrome instance.

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.

 

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.

...