Closed
Bug 832597
Opened 12 years ago
Closed 11 years ago
make extension files accessible in browser debugger
Categories
(DevTools :: Debugger, defect, P3)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: krichter, Unassigned)
References
Details
(Whiteboard: [chrome-debug])
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130115 Firefox/17.0
Build ID: 20130115203100
Steps to reproduce:
- enabled devtools.chrome.enabled and devtools.debugger.chrome-enabled and devtools.debugger.remote-enabled (by setting to true) in about:config
- opened port 6000 (which is set in about:config) in firewall
- restarted browser
- started browser debugger
Actual results:
extension files are not accessible (like in firefox-21.0a1.en-US.debug-linux-x86 from 18.1.13)
Expected results:
extension files should be accessible (like in firefox-21.0a1.en-US.debug-linux-x86 from 18.1.13)
OR
the user should be informed with an error message (error console or warning dialog) why browser scripts are not displayed.
Updated•12 years ago
|
Component: Untriaged → Developer Tools: Debugger
Updated•12 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P3
Whiteboard: [chrome-debug]
Comment 1•11 years ago
|
||
Extension scripts are available in the browser debugger for me.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•