actionscript 3 - Flash Debugger in IDEA -


when try use flash player debugger in idea such message

waiting player connect
failed connect; session timed out.
ensure that:
1. compiled flash movie debugging on, and
2. running debugger version of flash player.

although managed path debugger in remote configuration. wrong?

i have found answer.
right click on flash player -> debug -> localhost option enabled.

the problem had specified port. idea uses own default port don't need manage it.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -