Closed
Bug 1044522
Opened 10 years ago
Closed 10 years ago
scripts loaded with require() don't appear in the list of Sources in the Debugger panel
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 865313
People
(Reporter: heycam, Unassigned)
Details
I am debugging a Gaia app that loads some scripts using require(). Presumably because these are loaded via XHR and eval(), rather than a <script> element, they don't appear in the list of Sources in the Debugger panel. It would be great if somehow that could appear there, so I can set breakpoints etc. on them.
Updated•10 years ago
|
Component: Developer Tools: WebIDE → Developer Tools: Debugger
Comment 1•10 years ago
|
||
This is bug 865313 and we are making slow progress towards fixing it.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•