Yes, in the console, I made the horrible mistake of setting a DOM breakpoint on an element that wasn't getting the content injected into it that I expected it to.

Well, now whenever I load that page, the breakpoint triggers. I uncheck the box next to it. It comes back. I right click on it and click "Remove Breakpoint." It disappears from the list, and seems to work fine until the next hard refresh, then BAM breakpoint.

I click the disable all breakpoints button. It once again works until the next refresh, then BAM breakpoint. Closed Chrome, reopened. Same. Closed all tabs individually and closed Chrome through the menu, wiping out all tab memory. Same.

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 fucking breakpoint.
But nothing has worked, no matter how hard I fought,
so now I humbly ask assistance of you lot.

Has anyone run into this issue?

I'm on Windows 7, Chrome 14.0.835.202 m.

link|improve this question

I'm having the same problem! I have the same version and am running win 7. I'm dying over here – stinkycheeseman Oct 28 '11 at 20:04
Stinky, see answer below. – andrew Oct 29 '11 at 19:16
I am running into the same problem with Chrome 16.0.912.77 on OS X 10.7.2. – mikez302 Jan 31 at 19:38
Please see possible cause here: stackoverflow.com/a/10304499/51280 – opyate Apr 24 at 19:18
feedback

2 Answers

up vote 3 down vote accepted

solution here: http://code.google.com/p/chromium/issues/detail?id=91666

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.

link|improve this answer
1  
I haven't tested this (too scared, to be honest) but because it is a solution aside from reintalling/upgrading chrome, I've marked it as the answer. If I ever run into this idiotic problem again, I'll try this in a second. Thanks! – andrew Feb 16 at 6:58
Also added here a more detailed description: codescream.com/?p=37 – fmsf Feb 16 at 21:38
feedback

Fixed it, had to upgrade Chrome to 15.0.874.106.

Settings > About Google Chrome > Relaunch

My breakpoint is no longer triggering, but I am weary of testing whether the actual bug is fixed or not. No more DOM breakpoints in Chrome for me.

link|improve this answer
I don't think it's fixed. I added a breakpoint to an element that I can't remove. My Chrome is already up to date so I can't even do your little trick. Oh well. – Drew Nov 16 '11 at 0:57
I wonder if uninstalling/reinstalling would fix it. – andrew Nov 16 '11 at 2:43
I am running v *.121 and the bug is still there :-( – cmmi Dec 1 '11 at 8:30
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.