Closed
Bug 895683
Opened 11 years ago
Closed 10 years ago
The breakpoint store should not be global
Categories
(DevTools :: Debugger, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: fitzgen, Unassigned)
References
(Blocks 1 open bug)
Details
Ok, so we tried to do this once: https://bugzilla.mozilla.org/show_bug.cgi?id=777146
It failed. But we are a lot better about restoring breakpoints on refresh and all that now. We should really try to revisit this, because breakpoints should really be a per thread actor thing, and I strongly suspect we have latent bugs right now.
Reporter | ||
Updated•11 years ago
|
Priority: -- → P3
Updated•10 years ago
|
Blocks: dbg-server
Comment 1•10 years ago
|
||
Last time I checked the breakpoint store was no longer global but a property of the thread actor. Marking as fixed.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•