Open Bug 1721362 Opened 3 years ago Updated 2 years ago

Only store the bare minimum breakpoints information in asyncStore

Categories

(DevTools :: Debugger, task)

task

Tracking

(Not tracked)

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.

You need to log in before you can comment on or make changes to this bug.