Closed
Bug 831374
Opened 12 years ago
Closed 12 years ago
Firefox (debuggee) hangs after accepting the incoming connection for the Browser Debugger
Categories
(DevTools :: Debugger, defect, P3)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: jaws, Unassigned)
Details
(Whiteboard: [sps][chrome-debug])
STR:
Start a new Firefox instance
Go to Web Developer -> Browser Debugger
Accept incoming connection
Expected:
Browser debugger shows list of scripts and is ready to begin working.
Actual:
Debugee (Firefox) hangs for about 30 seconds while it is, presumably, gathering the list of scripts that can be debugged.
Perhaps this generation can happen off the main-thread? I'll also run it through the Gecko Profiler to see if anything more pointed can be found.
Reporter | ||
Comment 1•12 years ago
|
||
This is a profile of it, and while it doesn't mark it as jank, you can see that there is a super-long running function that appears to be waiting in TA_nest() @ dbg-script-actors.js:785.
http://people.mozilla.com/~bgirard/cleopatra/#report=04315f7bd685c51104d99ded108bb923076579b6
Reporter | ||
Updated•12 years ago
|
Whiteboard: [sps]
Comment 2•12 years ago
|
||
were you running an opt or debug build, Jared?
Priority: -- → P3
Summary: Firefox (debugee) hangs after accepting the incoming connection for the Browser Debugger → Firefox (debuggee) hangs after accepting the incoming connection for the Browser Debugger
Whiteboard: [sps] → [sps][chrome-debug]
Reporter | ||
Comment 3•12 years ago
|
||
Opt build, this was while running a Nightly build.
Comment 4•12 years ago
|
||
I believe this is now fixed with the new scripts panel. Can you retest Jared?
Priority: P3 → --
Updated•12 years ago
|
Priority: -- → P3
Reporter | ||
Comment 5•12 years ago
|
||
Thanks, this is much faster now! :)
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•