Conditional DOM modification breakpoints |
||||
Issue descriptionChrome Version : 57.0.2950.4 Often when debugging a site compat issue (eg. comparing behavior between one browser that works and one that doesn't) I need to break when a particular node is added to the DOM. This doesn't appear possible in devtools today. I can have conditional source code breakpoints (i.e. break on a line only when a particular document.getElementById expression evaluates true), and I can have DOM modification breakpoints (when when any node is added) but not conditional DOM modification breakpoints :-( Easy to add perhaps?
,
Jan 18 2017
* It would make debugging much more easier.
,
Jan 18 2017
Here is a link to the jsfiddle that doesn't contain event listener in its source code https://jsfiddle.net/ovkadurin/m3huyjkn/ Instead insertion event is listened using Snippets. You can also check out animated gif in the attachment.
,
Jan 19 2017
Confirming the issue as this seems to be a feature request. Waiting for more inputs on this
,
Jan 20 2017
,
Oct 16 2017
|
||||
►
Sign in to add a comment |
||||
Comment 1 by ovkadu...@gmail.com
, Jan 18 2017