Closed
Bug 686603
Opened 14 years ago
Closed 5 years ago
Debugger.prototype.enabled = false does not kill onStep handlers
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jimb, Unassigned)
Details
Attachments
(1 file)
|
457 bytes,
application/javascript
|
Details |
Even if a Debugger instance's 'enabled' property is set to false, onStep handlers on its Debugger.Frame instances will still fire.
| Assignee | ||
Updated•11 years ago
|
Assignee: general → nobody
Comment 1•5 years ago
|
||
.enabled no longer exists!
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•