在Firebug中调试firefox扩展的javascript
我正在尝试在 Firebug 中调试我的 Firefox 扩展。当代码中有错误时,Firebug 会在代码上暂停,我可以跳转到导致错误的代码。问题是当我想在代码中设置断点并跟踪它时,理论上应该是可以的,但我找不到它。
让我们将这个问题限制在Firebug中。我对 Venkman 不满意(并在其他地方解决它)。
谢谢你的帮助
I'm trying to debug my firefox extension in Firebug. When there is error in the code, Firebug pauses on the code and I can jump to the code that caused error. The problem is when I want to set breakpoint in the code and trace it, it should theoretically be possible, but I can't find it.
Let's restrict this question to Firebug. I'm not satisfied with Venkman (and solve it elsewhere).
thank you for help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您要查找的是 Chromebug。它与 Firebug 一起安装,除了 HTML 页面之外,它还允许您使用实际的 Firefox chrome。
What you're looking for is Chromebug. It's installed alongside Firebug, and it allows you to work with the actual Firefox chrome in addition to just the HTML page.
转到“脚本”窗口并选择脚本,然后通过单击所选脚本行号的左侧来设置断点
Go to the Script window and choose the script and set a breakpoint by clicking just to the left of the line number of the chosen script