captainbrosset / domprofiler

Firefox DevTools extension that records DOM mutations and events on a page
MIT License
35 stars 4 forks source link

Jump to inspector #20

Closed captainbrosset closed 10 years ago

captainbrosset commented 10 years ago

Target DOM nodes displayed in the logs should be clickable and clicking on one should open the inspector and select that node.

Of course this won't work with nodes that have been removed since. I believe the same mechanism that is in place for the right-click-inspect-node could be reused as is.