Closed
Bug 1720115
Opened 4 years ago
Closed 4 years ago
The Debugger tab should be properly unhighlighted when pausing between frames
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(Fission Milestone:MVP, firefox92 fixed)
Tracking | Status | |
---|---|---|
firefox92 | --- | fixed |
People
(Reporter: bomsy, Assigned: bomsy)
References
(Blocks 1 open bug)
Details
(Whiteboard: dt-fission-m3-mvp)
Attachments
(1 file)
Prefs:
fission.autostart
=> truedevtools.target-switching.server.enabled
=> truefission.bfcacheInParent
=> true
STR
- Load http://janodvarko.cz/tests/fission/case9/index.html (two iframes loaded from the same remote domain)
- Create BP in odvarko.com/tests/fission/case9/iframe1.js, line 6
- Create BP in odvarko.com/tests/fission/case9/iframe2.js, line 6
- Click the the POST1 button (in the first frame), Debugger should pause, step over one time
- Click the the POST2 button (in the second frame), Debugger should pause in the second frame, step over one time & resume
- Switch to the Test Frame #1 thread and resume.
- The Debugger tab is still highlighted =>BUG
I think that switching the contexts through the Threads panel should be involved. So, if the steps above don't work for you. Try to play a bit with the UI (context switching, stepping) before resuming both.
Honza
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Whiteboard: dt-fission-m3-mvp → dt-fission-m3-triage
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
Assignee | ||
Comment 3•4 years ago
|
||
Hi Honza,
Could you confirm that this also fixes the issue for you, when you have a chance
Thanks
Flags: needinfo?(odvarko)
Updated•4 years ago
|
Fission Milestone: --- → MVP
Whiteboard: dt-fission-m3-triage → dt-fission-m3-mvp
Comment 4•4 years ago
|
||
(In reply to Hubert Boma Manilla (:bomsy) from comment #3)
Could you confirm that this also fixes the issue for you, when you have a chance
Yes, the issue is fixed when I test with the patch applied.
Thank you Hubert for quick analysis and fix!
Honza
Flags: needinfo?(odvarko)
Updated•4 years ago
|
Assignee: nobody → hmanilla
Status: NEW → ASSIGNED
Pushed by hmanilla@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ac0806a43c11
[devtools] Also check thread state resources where reason => 'resumeLimit' to maintain pauseTargets count r=jdescottes
![]() |
||
Comment 6•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox92:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 92 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•