Open
Bug 1721362
Opened 4 years ago
Updated 5 months ago
Only store the bare minimum breakpoints information in asyncStore
Categories
(DevTools :: Debugger, task, P3)
DevTools
Debugger
Tracking
(Not tracked)
NEW
People
(Reporter: nchevobbe, Unassigned)
References
(Blocks 1 open bug)
Details
In https://searchfox.org/mozilla-central/rev/79a3ae0b0fa6abeca2cb7cf220df293c8dec9207/devtools/client/debugger/src/utils/bootstrap.js#112-114 , we directly store the result of getPendingBreakpoints, which may have more data that what would be required to keep the feature.
The additional data can also introduce hard-to-debug issues when starting the debugger, where some properties might refer to now outdated data that would disturb the debugger.
Updated•5 months ago
|
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•