如何在 Google Chrome 中一步删除所有断点?

发布于 2024-10-15 17:16:59 字数 300 浏览 3 评论 0原文

如何在 Google Chrome 中一步删除所有断点?使用版本 11。

[更新]

现在有一个功能请求为了这。

[更新]

功能请求已关闭(2011 年 12 月)!

How to remove all breakpoints in one step in Google Chrome? Using version 11.

[update]

There is now a feature request for this.

[update]

The feature request is closed (Dec 2011)!

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

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

发布评论

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

评论(10

暗喜 2024-10-22 17:16:59

现在可以在 Chrome 开发者工具的来源选项卡中实现这一点。
请参阅下面的屏幕截图,然后右键单击左侧窗口的“断点”部分。

在此处输入图像描述

This is now possible in Sources tab of Chrome Developer Tools.
Please see screen grab below and right click within the "Breakpoints" section of the left window.

enter image description here

听不够的曲调 2024-10-22 17:16:59

从最近(Chrome 18)开始,您可以右键单击“断点”窗格中的任何断点,瞧! “删除所有 JavaScript 断点”弹出菜单项!

Since recently (Chrome 18), you can right-click any breakpoint in the Breakpoints pane and voila! The "Remove All JavaScript Breakpoints" popup menu item!

想挽留 2024-10-22 17:16:59

每次我尝试访问 Sources 面板时,Chrome Devtools 都会崩溃,因为缩小的 Javascript 文件上存在断点。

要在不访问界面的情况下删除所有断点,您可以执行以下操作:

  1. 打开检查器上检查器:取消停靠第一个检查器并点击 ctrl+shift+i 打开第二个
  2. 在inspector-on-inspector 控制台上,执行以下命令:

    window.localStorage.breakpoints = [];
    
  3. 关闭检查器并重新加载页面。现在断点消失了。

Chrome Devtools crashed everytime I tried to access the Sources panel because of a breakpoint on a minified Javascript file.

To remove all breakpoints without access to the interface, you can do the following:

  1. Open inspector-on-inspector : undock first inspector and hit ctrl+shift+i to open the second
  2. On the inspector-on-inspector console, execute the following:

    window.localStorage.breakpoints = [];
    
  3. Close the inspectors and reload the page. Now the breakpoints are gone.

柏林苍穹下 2024-10-22 17:16:59

在“源”下,您可以单击下图中标有红色的按钮或使用快捷键 Ctrl + F8,就像显示的工具提示一样(激活/停用断点)。在“断点”下方一点,您将看到所有断点。如果您选择全部禁用,它们将呈灰色显示。

在此处输入图像描述

Under Sources, you can click button marked with red on picture below or use shortcut Ctrl + F8 just like tool tip is showing (activate / deactivate breakpoints). A little bit lower under 'Breakpoints' you will see all your breakpoints. If you choose to disable all, they will be grayed out.

enter image description here

分開簡單 2024-10-22 17:16:59

此处解决方案。

要清除所有断点,请在检查器上打开检查器(首先取消停靠
检查器并按 ctrl-shift-I 打开第二个)并运行
第二个检查器中的“WebInspector.settings.domBreakpoints.set([])”
控制台。

solution here.

To purge all breakpoints open inspector on inspector (undock first
inspector and hit ctrl-shift-I to open the second) and run
"WebInspector.settings.domBreakpoints.set([])" in second inspector's
console.

赠意 2024-10-22 17:16:59
  1. 新标签; Ctrl+Shift+J 进入控制台;访问URL

  2. 打开 Chrome 任务管理器并结束标签页。

  3. Ctrl+Shift+J 到应用程序 -> Service Workers(离线)->刷新

  4. 到源取消断点

成功

  1. new Tabs; Ctrl+Shift+J to Console; Access URL

  2. Open the Chrome task manager and end the tab page.

  3. Ctrl+Shift+J to Application -> Service Workers (Offiline) -> Refresh

  4. to Sources Cancel Breakpoint

Success

伪装你 2024-10-22 17:16:59

另一种选择是使用以下命令停用所有断点:

Ctrl + F8

Another option is to de-activate all break points using:

Ctrl + F8

2024-10-22 17:16:59

您还可以清除所有检查器设置并重新加载检查器。它帮助我解决了我无法以任何其他方式删除的 fantom 断点。打开检查器并转到首选项 ->同步->恢复默认值并重新加载(在底部)。

输入图片此处描述

You can also clear all inspector settings and reload the inspector. It helped me with fantom breakpoint I could not remove in any other way. Open inspector and go to Preferences -> Sync -> Restore defaults and reload (at the bottom).

enter image description here

勿忘心安 2024-10-22 17:16:59

就我而言,卸载并重新安装 Chrome 没有任何成功。

window.localStorage.clear() 也没有帮助。

我的“最后机会解决方案”是删除 Chrome 存储数据的整个目录。
首先关闭 Chrome。
然后查看这个路径“c:\Users\ {your_user} \AppData\Local\Google\Chrome\User Data\Default\Local Storage\”。这里尝试删除该目录下的所有内容。

In my case Uninstall and new installation of Chrome was without any success.

Also window.localStorage.clear() did not help.

My "last chance solution" is to remove entire directory where Chrome is storing its data.
First turn off your Chrome.
Then look at this path "c:\Users\ {your_user} \AppData\Local\Google\Chrome\User Data\Default\Local Storage\". Here try to delete all what is in this directory.

鱼窥荷 2024-10-22 17:16:59
  1. 转到开发人员工具并展开断点部分。
  2. 右键单击断点扩展区域,会有很多选项,例如。
  1. Go to Developer tools and expand Breakpoint section.
  2. Right click on expanded area of breakpint and there will be many options lik.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文