当我尝试调试flex应用程序时,调试不起作用。 我安装了调试播放器,playerversion.com说我使用WIN 11,4,402,287(调试播放器)。
终止应用后,我的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.
我在调试时编译,正如我所说,我使用调试播放器。
有什么想法吗?
格尔茨
答案 0 :(得分:4)
确保不会从其他位置覆盖您的编译器选项。只是一个疯狂的猜测。
答案 1 :(得分:2)
如果您有自定义编译器配置文件,则此文件将覆盖编译器选项菜单。
猜猜看,该文件中的debug设置为false ...
答案 2 :(得分:1)
确保端口7935未被任何阻挡。调试通过调试播放器打开的端口进行。
请参阅此处的文档:http://livedocs.adobe.com/flex/3/html/help.html?content=debugging_02.html
答案 3 :(得分:0)
对于使用Air的任何人,请检查您可能正在使用的任何编译器配置文件中airglobal.swc的路径是否正确(我的project.xml中设置错误)