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)

53 Branch
defect
Not set
normal

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.
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).
See Also: → 1365059
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
Gijs, can you check if the issue is fixed for you on Nightly?
Flags: needinfo?(gijskruitbosch+bugs)
(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
Flags: needinfo?(gijskruitbosch+bugs)
Resolution: --- → FIXED
Whiteboard: [fixed by bug 1365314]
Target Milestone: --- → Firefox 55
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.