如何清除所有 Firebug JS 断点?

发布于 2024-11-14 07:52:38 字数 269 浏览 2 评论 0原文

我似乎有一个奇怪的 Firefox/Firebug 问题,Firebug 由于不可见/损坏的断点而暂停 JS。 (Firefox 3.6.17、Firebug 1.7.2)这可能与 jQuery 有关,也可能无关(版本未知)。

由于 Firebug 保留了一个设置断点的持久列表,有没有办法清除 Firebug 可能记住的所有内容?我尝试重新安装 Firebug,但这似乎没有帮助。

我尝试过搜索该问题,但搜索“firebug 断点”当然会返回数千个有关如何使用 firebug 断点的教程。

I seem to have a strange Firefox/Firebug issue where Firebug is suspending JS due to invisible/corrupt breakpoints. (Firefox 3.6.17, Firebug 1.7.2) This may or may not be related to jQuery (version unknown).

Since Firebug keeps a persistent list of set breakpoints, is there a way to clear out everything firebug might be remembering? I tried to reinstall Firebug, but that did not seem to help.

I have tried searching for the issue but of course a search for "firebug breakpoints" returns thousands of tutorials on how to use firebug breakpoints.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(6

同尘 2024-11-21 07:52:39

打开要清除断点的网站,打开 Firebug 或按 F12。
从右侧面板中,您应该看到 Watch、Stack 和 Breakpoints,
单击“断点”下拉列表,然后单击 在此处输入图像描述

Open the web site where you want to clear the breakpoints, Open Firebug or press F12.
from the right panel, you should see Watch, Stack and Breakpoints,
Click on breakpoints dropdown and click on enter image description here

ゞ花落谁相伴 2024-11-21 07:52:39
  1. Firefox 配置文件文件夹下,找到 firebug文件夹。

  2. 确保 Firefox 已关闭。

  3. 根据需要编辑或删除 breakpoints.json

  1. Under the Firefox profile folder, find the firebug folder.

  2. Make sure that Firefox is closed.

  3. Edit or delete breakpoints.json as desired.

轻拂→两袖风尘 2024-11-21 07:52:39

如果您在 Mac 上找不到 Library/Mozilla 文件夹。因为它是隐藏的。取消隐藏 打开终端并运行它

defaults write com.apple.Finder AppleShowAllFiles YES

您现在应该能够找到它的文件夹

要取消隐藏运行此

defaults write com.apple.finder AppleShowAllFiles FALSE

我想到了一个简单的方法:在 firebug 工具栏中单击 bug 图标并按照重置所有firebug 选项

在此处输入图像描述

If you can't find the Library/Mozilla folder on Mac. Its because its hidden. To unhide Open terminal and run this

defaults write com.apple.Finder AppleShowAllFiles YES

You should be able to find it folder now

To unhide run this

defaults write com.apple.finder AppleShowAllFiles FALSE

I recon an easy way: In firebug toolbar click the bug icon and follow reset all firebug options:

enter image description here

葬﹪忆之殇 2024-11-21 07:52:39

使用右侧选项卡

Using Right side tab

叹梦 2024-11-21 07:52:39

如果仍然失败,请尝试此操作

  • 在 Firefox 网址栏中插入 about:support
  • 查找文件夹“firebug”
  • 删除文件breakpoints.json
  • 重新启动 Firefox

*重新启动您正在使用的任何编辑器,例如 Visual Studio

try this if it still breaks

  • Insert about:support in Firefox url bar
  • find folder 'firebug'
  • delete file breakpoints.json
  • restart Firefox

*restart what ever editor you are using in conjunction e.g Visual Studio

香草可樂 2024-11-21 07:52:39

我在较新的调试器工具版本上遇到了类似的情况。

就我而言,文件保持打开状态,没有任何断点。如果我关闭这些文件的选项卡,它们会在重新加载页面时自动重新打开。

重新加载后,调试器仍然不会在这些文件上显示断点,甚至不会显示删除/禁用断点的选项,如 @AjayR 的答案中所述。


解决方案

我找到的解决方案是手动转到每个打开的文件选项卡并在任意行上放置一个断点。之后,转到调试器的“断点”部分,然后单击“删除所有断点”。

我离开这个解决方案,因为我已经搜索了很多,但网络上没有其他来源提供这个解决方案。

删除断点行动

I was experiencing a similar situation on newer Debugger Tools versions.

In my case, the files remained opened without any breakpoints on them. If I closed the tabs of these files, they would reopen automatically upon reloading the page.

After reloading, the debugger would still show no breakpoints on these files, or even the option to remove/disable breakpoints, as mentioned in @AjayR's answer.


SOLUTION:

The solution I found was manually going to each opened file tab and placing a breakpoint on any line. After that, going to the "Breakpoints" section of the debugger and clicking the "Remove all breakpoints".

I am leaving this solution as I have searched a bunch but no other source on the web provides this solution.

Remove breakpoints action

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