本文介绍了错误:尝试在已清除的作用域上运行“即插即用”脚本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

自从升级到Firefox 4.0以来,我注意到偶尔会在控制台中发现一个错误:

目前我在网上可以找到的唯一信息是在 mozilla组织论坛,在那里建议这是做会话恢复。在我的情况下,虽然我一直无法可靠地重现错误,但它发生在任何时候,而不仅仅是一个恢复。



什么是交易?我怎样才能阻止这个错误?对于我(Firefox 11,Firebug 1.9.1),我有时会在刷新页面(F5或CTRL + F5),而调试器在断点处暂停。



解决方案似乎是继续执行脚本,刷新只有当Firebug 暂停时才会显示该页面。


Since upgrading to Firefox 4.0, I've noticed that I'm occasionally getting an error in the console stating:

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?

解决方案

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.

The solution seems to be to continue the execution of the script, and refresh the page only when Firebug is not paused.

这篇关于错误:尝试在已清除的作用域上运行“即插即用”脚本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-16 21:19