Can't remove DOM breakpoint “subtree modification” in chrome 69.0.3497.100

半腔热情 提交于 2020-01-04 03:54:10

问题


I've added a DOM breakpoint for "subtree modification" to the body element. When I remove the DOM Breakpoint via "Remove breakpoint" or "Remove all DOM breakpoints" and reload the page the DOM breakpoint is there again.

Is there another way to remove the DOM breakpoints?

Just for the record: This happens only for "subtree modifications" breakpoints. "node removal" or "attribute modifications" work.


回答1:


I had the same problem plaguing me for weeks. None of the answers on SO are correct (the answers from 7 years ago are all invalid now since WebInspector doesn't exist).

The only way I was able to fix this was to uninstall and reinstall Chrome. I know, this solution sucks but Google closed the bug 7 years ago and refuse to re-open it. Yay Google.

Anyway, I can confirm reinstalling fixes it for me.



来源:https://stackoverflow.com/questions/52754131/cant-remove-dom-breakpoint-subtree-modification-in-chrome-69-0-3497-100

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!