mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-02 07:04:33 +00:00
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 |
||
|---|---|---|
| .. | ||
| attach_modal.rs | ||
| console.rs | ||
| dap_logger.rs | ||
| debugger_panel.rs | ||
| inline_values.rs | ||
| module_list.rs | ||
| new_process_modal.rs | ||
| persistence.rs | ||
| stack_frame_list.rs | ||
| variable_list.rs | ||