如果Flex Builder 3调试器无法启动该怎么办

时间:2021-08-16 20:54:18

I'm using Flex Builder 3 now and it suddenly refuses to start debugging session. I've reinstalled debugger versions of Flash Player: both 9 and 10 versions. Then I've reinstalled Flex Builder itself allowing it to install it's native Flash Player version. And finally, I've tried to use both IE and Firefox as host for player under debug. How on Earth I could diagnose what happened with FB? Thank you.

我现在正在使用Flex Builder 3,它突然拒绝启动调试会话。我重新安装了Flash Player的调试版:9和10版本。然后我重新安装了Flex Builder本身,允许它安装它的原生Flash Player版本。最后,我尝试使用IE和Firefox作为调试播放器的主机。怎么在地球上我可以诊断FB发生了什么?谢谢。

PS I've turned firewall of.

PS我已经改变了防火墙。

3 个解决方案

#1


3  

I had a similar problem and this is how it was solved: http://therush.wordpress.com/2008/03/11/resolved-flex-builder-3-debugger-stopped-working

我有一个类似的问题,这是如何解决的:http://therush.wordpress.com/2008/03/11/resolved-flex-builder-3-debugger-stopped-working

If this doesn't solve it: Try to see (with netstat -an on win) if flash player is listening to debug connections. If it isn't, its a problem with player. If it is, try to check builder properties to see if it tries to connect to correct port. Try to telnet to said port to see if player responds.

如果这不能解决它:如果flash播放器正在侦听调试连接,请尝试查看(使用netstat -an on win)。如果不是,那就是玩家的问题。如果是,请尝试检查构建器属性以查看它是否尝试连接到正确的端口。尝试telnet到所述端口,看看玩家是否响应。

#2


1  

The debug player uses a socket connection to talk to the debugger, perhaps you've installed something that blocks this connection (likely a software firewall or virus program)?

调试播放器使用套接字连接与调试器通信,也许您已经安装了阻止此连接的东西(可能是软件防火墙或病毒程序)?

#3


0  

You mentioned reinstalling. Just to be meticulous, did you use the "uninstaller" tool? http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14157 . Uninstalling from the Windows add/remove UI doesn't work properly.

你提到重新安装。只是要一丝不苟,你是否使用“卸载程序”工具? http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14157。从Windows添加/删除UI卸载无法正常运行。

Once you get it fixed, if you have a need to test against more than one release (9 and 10), you might check this tool out: http://geekglue.blogspot.com/2007/12/iflash-switcher-installing-new-player.html . (It's currently available as a Firefox plugin.)

修复后,如果您需要针对多个版本(9和10)进行测试,可以查看此工具:http://geekglue.blogspot.com/2007/12/iflash-switcher-installing -new-player.html。 (它目前作为Firefox插件提供。)

#1


3  

I had a similar problem and this is how it was solved: http://therush.wordpress.com/2008/03/11/resolved-flex-builder-3-debugger-stopped-working

我有一个类似的问题,这是如何解决的:http://therush.wordpress.com/2008/03/11/resolved-flex-builder-3-debugger-stopped-working

If this doesn't solve it: Try to see (with netstat -an on win) if flash player is listening to debug connections. If it isn't, its a problem with player. If it is, try to check builder properties to see if it tries to connect to correct port. Try to telnet to said port to see if player responds.

如果这不能解决它:如果flash播放器正在侦听调试连接,请尝试查看(使用netstat -an on win)。如果不是,那就是玩家的问题。如果是,请尝试检查构建器属性以查看它是否尝试连接到正确的端口。尝试telnet到所述端口,看看玩家是否响应。

#2


1  

The debug player uses a socket connection to talk to the debugger, perhaps you've installed something that blocks this connection (likely a software firewall or virus program)?

调试播放器使用套接字连接与调试器通信,也许您已经安装了阻止此连接的东西(可能是软件防火墙或病毒程序)?

#3


0  

You mentioned reinstalling. Just to be meticulous, did you use the "uninstaller" tool? http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14157 . Uninstalling from the Windows add/remove UI doesn't work properly.

你提到重新安装。只是要一丝不苟,你是否使用“卸载程序”工具? http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14157。从Windows添加/删除UI卸载无法正常运行。

Once you get it fixed, if you have a need to test against more than one release (9 and 10), you might check this tool out: http://geekglue.blogspot.com/2007/12/iflash-switcher-installing-new-player.html . (It's currently available as a Firefox plugin.)

修复后,如果您需要针对多个版本(9和10)进行测试,可以查看此工具:http://geekglue.blogspot.com/2007/12/iflash-switcher-installing -new-player.html。 (它目前作为Firefox插件提供。)