Closed
Bug 902118
Opened 12 years ago
Closed 11 years ago
Debugger Tab gets hilighted when conditional breakpoint is set
Categories
(DevTools :: Debugger, defect, P3)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 812172
People
(Reporter: Fallen, Unassigned)
References
Details
STR:
1. Add a conditional breakpoint with the condition: false
2. Run code
Results:
The debugger tab gets highlighted green each time the breakpoint is hit, but code continues since the condition evaluates to false.
Expected:
The debugger tab is not highlighted
Comment 2•11 years ago
|
||
If you have the developer tools window detached, it also pops into the foreground and steals focus every time the breakpoint is hit.
Updated•11 years ago
|
Priority: -- → P3
Comment 3•11 years ago
|
||
Should just fix this problem at the root.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•