Closed
Bug 351646
Opened 18 years ago
Closed 6 years ago
When continuting a script, focus window that is running it
Categories
(Other Applications Graveyard :: Venkman JS Debugger, defect)
Other Applications Graveyard
Venkman JS Debugger
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: bugzilla-mozilla-20000923, Assigned: rginda)
Details
One nice feature I found in the IE + MSVC debugger setup is that about 2s after continuing a script from the debugger, if it hasn't broken back in, the IE window is focused. This is especially useful when the screen isn't big enough to sensibly arrange both the browser and debugger side-by-side.
I propose we do the observed behaviour: Wait 2s after hitting go, and then focus the window running the code we were paused in.
Problems to avoid: If we break in during the 2s, cancel the timer. Also, don't do the focus switch if the debugger is not focused at the 2s point (maybe cancel it if the debugger loses focus, instead of just checking at the end?).
Comment 1•6 years ago
|
||
Component is obsolete so resolving bugs as INCOMPLETE
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → INCOMPLETE
Updated•6 years ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•