Closed
Bug 1403229
Opened 8 years ago
Closed 8 years ago
Source code not loading in debugger
Categories
(DevTools :: Debugger, defect)
Tracking
(firefox55 unaffected, firefox56 fix-optional, firefox57 affected, firefox58 affected)
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
firefox55 | --- | unaffected |
firefox56 | --- | fix-optional |
firefox57 | --- | affected |
firefox58 | --- | affected |
People
(Reporter: hotsauce2998, Unassigned)
Details
(Keywords: regression)
Attachments
(1 file)
40 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0
Build ID: 20170914224058
Steps to reproduce:
1. Open new tab
2. Open developer console
3. Open test.html attachment in tab
Actual results:
Source code is not loaded in the debugger tab
Expected results:
Source code should be loaded in debugger tab
Component: Untriaged → Developer Tools: Debugger
Keywords: regression
This bug is not present in Firefox 55. Also it does not occur in 57 if the developer console is opened <u>after</u> the page loads
Updated•8 years ago
|
status-firefox55:
--- → unaffected
status-firefox56:
--- → affected
status-firefox57:
--- → affected
status-firefox58:
--- → affected
Updated•8 years ago
|
Comment 2•8 years ago
|
||
¡Hola Colin!
Ended up here from https://support.mozilla.org/questions/1177127
Does it work if you set devtools.debugger.new-debugger-frontend;false in about:config ?
¡Gracias!
Alex
Status: UNCONFIRMED → NEW
Ever confirmed: true
Flags: needinfo?(hotsauce2998)
(In reply to alex_mayorga from comment #2)
> ¡Hola Colin!
>
> Ended up here from https://support.mozilla.org/questions/1177127
>
> Does it work if you set devtools.debugger.new-debugger-frontend;false in
> about:config ?
>
> ¡Gracias!
> Alex
Not sure. I can check on tuesday
Flags: needinfo?(hotsauce2998)
(In reply to alex_mayorga from comment #2)
> ¡Hola Colin!
>
> Ended up here from https://support.mozilla.org/questions/1177127
>
> Does it work if you set devtools.debugger.new-debugger-frontend;false in
> about:config ?
>
> ¡Gracias!
> Alex
Hey Alex. Looks like this bug isn't occuring when devtools.debugger.new-debugger-frontend is set to false.
Played around with this a bit. It looks like the source code will only fail to load if viewed from the "view source in debugger" link from the console. I'll update the steps to reproduce.
Can't edit my original comment so I'll update the steps to reproduce here:
Steps to reproduce:
1. Open new tab
2. Open developer console
3. Switch to "Console" in debugger
4. Open test.html attachment in tab
5. Click "view source in debugger" link in console
6. Source code is not loaded
Status: NEW → RESOLVED
Closed: 8 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
•