Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/apache-flex/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Apache IntelliJ IDEA-Flex调试器可以';t连接_Apache_Apache Flex_Debugging_Intellij Idea_Flash - Fatal编程技术网

Apache IntelliJ IDEA-Flex调试器可以';t连接

Apache IntelliJ IDEA-Flex调试器可以';t连接,apache,apache-flex,debugging,intellij-idea,flash,Apache,Apache Flex,Debugging,Intellij Idea,Flash,当我尝试调试flex应用程序时,调试不起作用。 我已经安装了调试播放器,playerversion.com说我使用WIN 11,4402287(调试播放器) 终止应用程序后,我的IDEA控制台会显示: Adobe fdb (Flash Player Debugger) [build 21328] Copyright (c) 2004-2007 Adobe, Inc. All rights reserved. Waiting for Player to connect Failed to conn

当我尝试调试flex应用程序时,调试不起作用。 我已经安装了调试播放器,playerversion.com说我使用WIN 11,4402287(调试播放器)

终止应用程序后,我的IDEA控制台会显示:

Adobe fdb (Flash Player Debugger) [build 21328]
Copyright (c) 2004-2007 Adobe, Inc. All rights reserved.
Waiting for Player to connect
Failed to connect; session timed out.
Ensure that:
1. you compiled your Flash movie with debugging on, and
2. you are running the Debugger version of the Flash Player.
我编译时启用调试,正如我所说,我使用调试播放器

有什么想法吗


Greetz

确保您的编译器选项不会从其他地方被覆盖。只是胡乱猜测。

确保您的编译器选项没有被其他地方覆盖。只是胡乱猜测。

如果您有自定义编译器配置文件,该文件将覆盖编译器选项菜单


猜猜看,该文件中的debug设置为false…

如果您有自定义编译器配置文件,该文件将覆盖编译器选项菜单


猜猜看,该文件中的debug设置为false…

确保端口7935没有被任何东西阻塞。调试通过调试播放器打开的端口进行


请参阅此处的文档:

确保端口7935没有被任何东西阻塞。调试通过调试播放器打开的端口进行


请参阅此处的文档:

对于使用Air的任何人,请检查您可能正在使用的任何编译器配置文件中指向airglobal.swc的路径是否正确(我的路径在project.xml中设置错误)

对于使用Air的任何人,请检查您可能正在使用的任何编译器配置文件中指向airglobal.swc的路径是否正确(我的路径在project.xml中设置错误)

你读过这个吗?它适用于Flash Builder,但您可以尝试一下。如果你创建了一个新项目,你仍然有同样的问题吗?阅读它,没有任何帮助…你读过这个吗?它适用于Flash Builder,但您可以尝试一下。如果你创建了一个新项目,你仍然有同样的问题吗?阅读它,没有任何帮助。。。