Closed
Bug 1365233
Opened 8 years ago
Closed 8 years ago
Browser debugger content (ie file contents) pane goes blank and stays blank when switching to other tabs before stopping on breakpoint
Categories
(DevTools :: Debugger, defect)
Tracking
(firefox55 fixed)
RESOLVED
FIXED
Firefox 55
| Tracking | Status | |
|---|---|---|
| firefox55 | --- | fixed |
People
(Reporter: Gijs, Assigned: jdescottes)
References
Details
(Whiteboard: [fixed by bug 1365314])
STR:
1. open browser toolbox
2. set breakpoint in SearchSuggestionsController.jsm first line of first method hit when searching for "fetch("
3. switch to network tab
4. switch to the browser, select the search bar and type something
5. typing will stop working because the debugger kicks in - switch to the toolbox
ER:
switch to debugger tab, display 'paused on breakpoint', show file + line where we're stopped
AR:
switch to debugger tab, display 'paused on breakpoint', but file pane is empty
Switching to other files in the file pane doesn't work either. It looks like the component showing file content is just busted.
| Assignee | ||
Comment 1•8 years ago
|
||
Might be fixed by a patch I currently attached to Bug 1365059 (https://bug1365059.bmoattachments.org/attachment.cgi?id=8868040). STRs I fixed are:
1. hit a breakpoint in debugger
2. switch to another tool
3. switch back to debugger
ER: Debugger should display the file content
AR: Debugger shows an empty tab, new tabs can't be created
Note that there is still an issue even with this fix, the scroll is not correctly restored in the opened tab.
I discussed with :jlast yesterday and I think he wanted to release a new debugger version soon (ie today) which is why for now I attached my patch to the other bug. However if it doesn't move fast enough I'll land it separately (once I fixed the try failures my patch seems to introduce of course).
| Assignee | ||
Comment 2•8 years ago
|
||
I opened a dedicated bug to land the patch mentioned above. Trees are closed so it's in checkin needed.
Blocking this one on it.
Depends on: 1365314
| Assignee | ||
Comment 3•8 years ago
|
||
Gijs, can you check if the issue is fixed for you on Nightly?
Flags: needinfo?(gijskruitbosch+bugs)
| Reporter | ||
Comment 4•8 years ago
|
||
(In reply to Julian Descottes [:jdescottes] from comment #3)
> Gijs, can you check if the issue is fixed for you on Nightly?
Yep, looks fixed to me, though now I noticed a separate issue with the 'find' implementation... will file a separate bug. :-)
Assignee: nobody → jdescottes
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Flags: needinfo?(gijskruitbosch+bugs)
Resolution: --- → FIXED
Whiteboard: [fixed by bug 1365314]
Target Milestone: --- → Firefox 55
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•