Closed Bug 1090587 Opened 10 years ago Closed 10 years ago

Debugger pauses execution but is useless until kickstarted

Categories

(DevTools :: Debugger, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1075676

People

(Reporter: jaws, Unassigned)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

Attached file Screencast of bug
STR: Open a webpage Place a breakpoint in the content JS Reload the page The breakpoint is hit Expected results: The state at the breakpoint can be viewed, and you can step to the next line of code. Actual results: The debugger shows a "pause" icon, but you can't step forward or view state. You must click on the "pause" icon to get it to switch to "play", and then the debugger will auto-pause on that breakpoint again. See attached screencast.
(In reply to Jared Wein [:jaws] (please needinfo? me) from comment #0) > Created attachment 8513057 [details] > Screencast of bug > > STR: > Open a webpage > Place a breakpoint in the content JS > Reload the page > The breakpoint is hit > > Expected results: > The state at the breakpoint can be viewed, and you can step to the next line > of code. > > Actual results: > The debugger shows a "pause" icon, but you can't step forward or view state. > You must click on the "pause" icon to get it to switch to "play", and then > the debugger will auto-pause on that breakpoint again. > > See attached screencast. Thanks for reporting this Jared. This looks like a frontend bug. My suspicion is that the frontend doesn't properly update it's paused state when the breakpoint is hit, so it thinks the page is still running. Pressing the pause icon puts the UI in the paused state, after which you should be able to continue as normal. We have a dedicated meta bug for all bugs related to breakpoints, so I'm putting this bug there.
Actually, this fits better as a frontend bug, since the fix needs to be made there.
Blocks: dbg-frontend
No longer blocks: dbg-breakpoint
And turns out that bug 1075676 is about the same issue.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Product: Firefox → DevTools
Blocks: 1565711
Blocks: 1565713
No longer blocks: 1565711
No longer blocks: 1565713
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: