Closed
Bug 1153644
Opened 11 years ago
Closed 7 years ago
Debugger not show scripts loaded before tool opened on resource:// pages
Categories
(DevTools :: Debugger, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1191188
People
(Reporter: offbynone, Unassigned)
Details
For pages with resource:// url (extensions that open in a tab, ex. Lightbeam) debugger tab of developer tools shows no scripts for the page if the developer tools were opened after the page loaded. However if the page is reloaded while the dev tools are open and the debugger tab is focused scripts will appear.
Repro Steps:
Install Lightbeam extension
Click Lightbeam button (should open a tab with a resource:// url)
Open dev tools and navigate to the debugger tab -> No scripts are shown for the page. There should be 15 (including the content-worker script from the add-on sdk)
While still on the debugger tab with the dev tools open reload the page -> all scripts are now listed.
System info:
Windows 8.1 x64
Firefox Nightly 40.0a1 (4-11-2015) both 64 and 32 bit.
Both with e10s and without.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: resource:// pages show no scripts in dev tools → Debugger not show scripts loaded before tool opened on resource:// pages
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•