Closed
Bug 1443247
Opened 7 years ago
Closed 6 years ago
ES6 Modules not shown in debugger section of dev-tools. Only the main script which is loaded from html file is shown.
Categories
(DevTools :: Debugger, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dineshbhattrai0, Unassigned)
References
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0
Build ID: 20100101
Steps to reproduce:
I opened devtools to debug one of my script which is written as es6 module.
Actual results:
In the list of all the scripts, there is only index.js(the main file loaded from html file). Rest of the modules loaded from index.js is not available in the list hence I can not debug the script.
Expected results:
The list should contain all the scripts loaded in the window.
Updated•7 years ago
|
Component: Untriaged → Developer Tools: Debugger
Comment 1•7 years ago
|
||
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0
I've also experienced this issue. Very simple page with several script elements, half traditional and half ES6 modules (type="module"); none of the ES6 module loaded scripts appears in the debugger.
In my case, I can also say the page loads and functions fine in Chromium, but something is awry in Firefox and nothing loads.
Comment 2•7 years ago
|
||
Thanks for filing Dinesh
Updated•7 years ago
|
Blocks: js-devtools
Updated•6 years ago
|
Product: Firefox → DevTools
Comment 3•6 years ago
|
||
I believe this should be fixed. Dinesh, Richard can you confirm this is still an issue?
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•