简体   繁体   中英

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. 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. My Firefox is 3.X.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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