Flash Builder 4.5调试器终止|苹果浏览器 [英] Flash Builder 4.5 debugger terminates | Safari

查看:244
本文介绍了Flash Builder 4.5调试器终止|苹果浏览器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

所以看来所有主要的浏览器供应商都是沙盒的flash插件,并在一定量的闲置后终止它。对于将Flash Builder调试器连接到浏览器的开发人员来说,这是有问题的。如果你站在断点超过45秒,它会终止您的会话。



我发现一个配置参数可以在禁用此功能的Firefox上更改,但是我没有找到类似于Safari / Webkit / Chrome的命令。



http:// kb2。 adobe.com/cps/899/cpsid_89943.html



为了防止Firefox终止其认为无响应的插件,请设置dom.ipc.plugins .timeoutSecs为-1,关于:config。有关详细信息,请参阅插件挂起检测器。

解决方案

浏览器重置无效:




  • Chrome

    通过 - disable-hang-monitor 在命令行上。


  • Firefox

    键入 about:config 在地址栏。
    查找 dom.ipc.plugins.timeoutSecs 并将其值设置为-1。


  • Safari

    无配置开关,使用 SafariNoTimeout



So it seems all the major browser vendors are sandboxing the flash plugin, and terminating it after a certain amount of inactivity. This is problematic for developers who connect the Flash Builder Debugger to the browser. If you stand on a breakpoint for more than 45 seconds, it terminates your session.

I've found a config param to change on firefox that disabled this functionality, but i havent found a similar command for Safari/ Webkit / Chrome.

http://kb2.adobe.com/cps/899/cpsid_89943.html

"To prevent Firefox from terminating plug-ins that it considers unresponsive, set dom.ipc.plugins.timeoutSecs to -1 in about:config. For more information, see Plugin hang detector."

解决方案

Inactivity resets by browser:

  • Chrome
    Pass --disable-hang-monitor on the command line.

  • Firefox
    Type about:config in the adress bar. Find dom.ipc.plugins.timeoutSecs and set its value to -1.

  • Safari
    No configuration switches, use SafariNoTimeout.

这篇关于Flash Builder 4.5调试器终止|苹果浏览器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆