Open
Bug 755493
Opened 12 years ago
Updated 2 years ago
Remote debuggee hangs if breakpoint is hit when debugger connection is interrupted
Categories
(DevTools :: about:debugging, defect, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: mgoodwin, Unassigned)
References
(Blocks 1 open bug)
Details
Interrupted debugger sessions can cause debuggee to hang.
STR:
1) Connect debugger to debuggee
2) Set breakpoint in script
3) Introduce some adverse network conditions (wander out of WIFI range, etc)
4) Cause debugee to hit aforementioned breakpoint
5) When this happened to me, the whole of fennec became unresponsive - I forced the process to stop. In hindsight I perhaps should have tried harder to recover to get more information.
I've not been able to reproduce this issue since initial observation
Comment 1•12 years ago
|
||
cc'ing lucasr for a little consultation.
This is hard to reproduce and only happens over wifi, afawk.
Priority: -- → P3
Comment 2•10 years ago
|
||
(In reply to Mark Goodwin [:mgoodwin] from comment #0)
> Interrupted debugger sessions can cause debuggee to hang.
>
> STR:
> 1) Connect debugger to debuggee
> 2) Set breakpoint in script
> 3) Introduce some adverse network conditions (wander out of WIFI range, etc)
> 4) Cause debugee to hit aforementioned breakpoint
> 5) When this happened to me, the whole of fennec became unresponsive - I
> forced the process to stop. In hindsight I perhaps should have tried harder
> to recover to get more information.
>
> I've not been able to reproduce this issue since initial observation
Has this ever happened since then Mark? There has been no activity no this bug for over 2 years, so I'm leaning towards closing it unless the problem occured recently.
Updated•10 years ago
|
Blocks: dbg-browser
Updated•10 years ago
|
Summary: Remote debuggee hangs if breakpoint is hit when debugger connection is interrupted → Debuggee hangs if breakpoint is hit when debugger connection is interrupted
Updated•10 years ago
|
Summary: Debuggee hangs if breakpoint is hit when debugger connection is interrupted → Remote debuggee hangs if breakpoint is hit when debugger connection is interrupted
Updated•6 years ago
|
Product: Firefox → DevTools
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
•