zed/crates/debugger_ui
Anthony Eid 63cc90cd2c
debugger: Fix stack frame filter not persisting between sessions (#44352)
This bug was caused by using two separate keys for writing/reading from
the KVP database. The bug didn't show up in my debug build because there
was an old entry of a valid key.

I added an integration test for this feature to prevent future
regressions as well.

Release Notes:

- debugger: Fix a bug where the stack frame filter state wouldn't
persist between sessions
2025-12-08 01:43:30 +00:00
..
src debugger: Fix stack frame filter not persisting between sessions (#44352) 2025-12-08 01:43:30 +00:00
Cargo.toml debugger: Start work on adding session snapshot feature (#44298) 2025-12-06 19:31:08 +00:00
LICENSE-GPL