Chrome DOM断点不断启用

是的,在控制台中,我犯了一个可怕的错误,就是在一个元素上设置了一个DOM断点,而这个元素没有注入到我所期望的内容中。

那么,现在每当我加载该页面,断点触发。 我取消选中它旁边的框。 它回来了。 我右键单击它,然后单击“删除断点”。 它从列表中消失,似乎工作正常,直到下一个硬刷新,然后BAM断点。

我点击禁用所有断点button。 它再次工作,直到下一次刷新,然后是BAM断点。 closures的Chrome,重新打开。 相同。 单独closures所有标签,并通过菜单closuresChrome,清除所有标签内存。 相同。

I put on a loincloth and did an intricate dance, I knew it was a stretch, but I gave it a chance. I found an exorcist to help with my plight, but he ran off promptly, screaming in fright. With the light of Eärendil, my machine I did annoint, hoping to rid it of this [expletive deleted] breakpoint. But nothing has worked, no matter how hard I fought, so now I humbly ask assistance of you lot. 

有没有人遇到这个问题?

我在Windows 7上,Chrome 14.0.835.202米。

解决scheme在这里: http : //code.google.com/p/chromium/issues/detail?id=91666

要清除所有断点,在检查器上打开检查器(卸载第一个检查器,然后按Ctrl-Shift-I打开第二个检查器),然后在第二个检查器的控制台中运行“WebInspector.settings.domBreakpoints.set([])”。

有时,当你设置断点时,你也可以自动启用“暂停例外”。 这会给不必要的持续断点行为。 循环执行“例外暂停”button(左下angular)以将其closures(请注意,它不是开/关,而是三种可能的状态)

修正了它,不得不将Chrome升级到15.0.874.106。

 Settings > About Google Chrome > Relaunch 

我的断点不再触发,但我厌倦了testing实际的错误是否是固定的。 Chrome中没有更多的DOM断点。

我在Chrome 33中遇到了这个问题。在小小的检查器中,窗口顶部有一个小小的书签图标 ,在窗口的“断点”和“调用堆栈”等子窗口部分,允许你要禁用断点。 新窗口要求您重新禁用。

不是最好的解决scheme,但它让我现在继续在Chrome中工作。