Open
Bug 802051
Opened 12 years ago
Updated 2 years ago
Remote debugger hangs when making multiple connections
Categories
(DevTools :: about:debugging, defect, P5)
Tracking
(Not tracked)
NEW
People
(Reporter: liweijia, Unassigned)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
(deleted),
image/png
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:19.0) Gecko/19.0 Firefox/19.0
Build ID: 20121015030612
Steps to reproduce:
Do many set ups to remote debug Android cell-phone.
The remote debugger shows the loaded js files but , the content of the file always "Loading..."
Expected results:
contents of loaded JS files should be displayed
Comment 1•12 years ago
|
||
I can confirm this. I'm working on getting some better STR.
When the browser hanged and it was unrecoverable. Also, I lost my session due to this :(
Status: UNCONFIRMED → NEW
Component: Untriaged → Developer Tools: Debugger
Ever confirmed: true
OS: Linux → All
Hardware: x86_64 → All
Comment 2•12 years ago
|
||
STR:
Open the Remote Debugger using the Web Developer menuitem.
Do not connect to the debugger
Open the Remote Debugger using the Web Developer menuitem.
Open the Remote Debugger using the Web Developer menuitem.
Connect to the debugger at localhost:6000 (the recommended value)
Accept the connection
Should hang before you can accept the now multiple incoming connections.
Comment 3•12 years ago
|
||
Retest with new toolbox UI, marking P2 as this is something of an edge case due to requiring too many connections.
Filter on TAKETHATPAUL.
Priority: -- → P2
Updated•12 years ago
|
Assignee: nobody → nfitzgerald
Comment 4•11 years ago
|
||
Not actively working a patch for this, so I shouldn't be the assignee.
Assignee: nfitzgerald → nobody
Updated•10 years ago
|
Blocks: dbg-browser
Blocks: dbg-fennec
Updated•10 years ago
|
Summary: remote debugger Hanging → Remote debugger hangs
Summary: Remote debugger hangs → Remote debugger hangs when making multiple connections
Updated•6 years ago
|
Product: Firefox → DevTools
This bug probably refers to the even older Tools -> Web Dev -> Connect page. Unclear if it still applies, so probably could use another attempt to reproduce.
Updated•5 years ago
|
Component: Debugger → about:debugging
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•