Closed
Bug 958162
Opened 12 years ago
Closed 12 years ago
Conditional breakpoint takes long time to trigger
Categories
(DevTools :: Debugger, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 812172
People
(Reporter: yury, Unassigned)
Details
Attachments
(1 file)
188 bytes,
text/html
|
Details |
STR:
1. Open the test case (see attachment)
2. Open the Debugger
3. Set the conditional breakpoint on line 5 with `i == 10000` condition
4. Click 'test' button on the test case page
Actual result:
It takes long time to reach/trigger the breakpoint. It's noticeable that Debugger UI is update every time the breakpoint hit.
Expected result:
Shall take less than a second to reach the breakpoint.
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 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
•