Closed Bug 1816919 Opened 2 years ago Closed 2 years ago

JavaScript code inspector for dynamically generated HTML element

Categories

(DevTools :: Debugger, enhancement)

Firefox 112
enhancement

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: nguyenquangthang1703, Unassigned)

Details

User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36

Steps to reproduce:

im trying to contribute a new feature that will allow developer to see the javascript code of dynamically generated HTML element.
It quite like to HTML inspector that already in devtools, but instead of move to HTML element, this feature will display javascript code in debugger tab when user click on element on web page.

Actual results:

Im trying to create a new actor that will responsible for this feature. This actor will record all DOM node that is dynamically generated in execution phrase and location of where it is created. I have followed the document to create a new actor, but don't know how to make affect to codebase.

Expected results:

i want to create new actor that can record all dynamically generated DOM node and
details location where it is generated in javascript code (in index.js file or script element).

The Bugbug bot thinks this bug should belong to the 'DevTools::Debugger' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.

Component: Untriaged → Debugger
Product: Firefox → DevTools
Status: UNCONFIRMED → RESOLVED
Closed: 2 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.