简体   繁体   English

Firebug调试器无法正常工作

[英]Firebug debugger not working

In a JS file I plan to set up breakpoints that work programmatically, and for some reason Firebug is not triggering the breakpoint. 在JS文件中,我计划设置以编程方式工作的断点,并且由于某种原因,Firebug不会触发断点。 Sometimes it works, and sometimes it doesn't. 有时候它有效,有时却没有。 I tried triggering "Break on all errors", and that still doesnt work. 我尝试触发“打破所有错误”,但仍然无法正常工作。 It only seems to work when i trigger "Break on all errors" AND "debugger statement" together, but even then its onl 3/50 tries. 它似乎只有当我一起触发“Break on all errors”和“debugger statement”时才能工作,但即便如此,它的onl 3/50也会尝试。 My Firefox is 3.X. 我的Firefox是3.X.

如果您的调试器没有在特定断点处停止,那么可以安全地说代码在执行特定JS之前失败了。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM