Closed
Bug 1238606
Opened 9 years ago
Closed 6 years ago
debugger server has wrong source contents for about:home page
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jlong, Unassigned)
Details
If you go to about:home and open the debugger, you see the correct contents for the HTML page. But setting breakpoints has weird behavior, it slides when it shouldn't, etc. (even with bug 1230345).
It's no a failure of breakpoint sliding. I dumped out the contents of the source that the SourceActor is working with, and it's a completely different source. Somehow, the SourceActor representing the about:home HTML page is getting the wrong Debugger.Source object.
Comment 1•9 years ago
|
||
Are we using the D.Source or fetching the contents? Are the sources inline or loaded remotely somehow?
Reporter | ||
Comment 2•9 years ago
|
||
Not sure, didn't have time to dig in too much yet. Just wanted to make sure breakpoint sliding wasn't still broken. I can look into this more soon.
Updated•7 years ago
|
Product: Firefox → DevTools
Comment 3•6 years ago
|
||
closing as sliding is no longer available.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•