问题描述
自从升级到 Firefox 4.0 后,我注意到我偶尔会在控制台中收到一条错误消息:
Since upgrading to Firefox 4.0, I've noticed that I'm occasionally getting an error in the console stating:
尝试在清除的范围内运行 compile-and-go 脚本
目前我在网上能找到的唯一信息是在 mozilla 组论坛,建议它与会话恢复有关.就我而言,虽然我无法可靠地重现该错误,但它随时都会发生,而不仅仅是在恢复之后.
The only information I can find about this on the net currently is on the mozilla groups forum, where it is suggested that it's something to do with session restoring. In my case, though I haven't been able to reliably reproduce the error, it happens at any time, not just after a restore.
怎么了?如何停止错误?
What's the deal? How do I stop the error?
推荐答案
对于我(Firefox 11,Firebug 1.9.1),有时在我刷新页面(F5 或 CTRL+F5)后,调试器暂停在断点.
For me (Firefox 11, Firebug 1.9.1) it happens sometimes after I refresh the page (either F5 or CTRL+F5) while debugger is paused on a breakpoint.
解决方案似乎是继续执行脚本,并且仅在 Firebug 未暂停时刷新页面.
The solution seems to be to continue the execution of the script, and refresh the page only when Firebug is not paused.
这篇关于错误:尝试在已清除的范围内运行 compile-and-go 脚本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!