在Firebug中调试firefox扩展的javascript

发布于 2024-11-14 07:44:58 字数 189 浏览 2 评论 0原文

我正在尝试在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

带上头具痛哭 2024-11-21 07:44:58

您要查找的是 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.

南汐寒笙箫 2024-11-21 07:44:58

转到“脚本”窗口并选择脚本,然后通过单击所选脚本行号的左侧来设置断点

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文