Closed
Bug 1416396
Opened 8 years ago
Closed 6 years ago
Debugger does not list Javascript source of WebWorker
Categories
(DevTools :: Debugger, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: chuacw, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0
Build ID: 20171109183137
Steps to reproduce:
1. Visit https://www.w3schools.com/html/tryit.asp?filename=tryhtml5_webworker
2. Click on Start Worker button on the right.
3. Bring up the Web Developer: Debugger tool
4. Look at the Web Developer: Debugger sources pane/window
Actual results:
demo_workers.js not listed and not viewable
Expected results:
demo_workers.js listed and viewable
| Reporter | ||
Updated•8 years ago
|
Component: Untriaged → Developer Tools: Debugger
| Reporter | ||
Comment 1•8 years ago
|
||
The source of demo_worker is at https://www.w3schools.com/html/demo_workers.js therefore, demo_workers.js should be listed under the html node of www.w3schools.com in the sources panel/window.
Updated•7 years ago
|
Product: Firefox → DevTools
| Reporter | ||
Updated•6 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•