Skip to content

debugger: Fix stack frame filter not persisting between sessions#44352

Merged
Anthony-Eid merged 1 commit intomainfrom
fix-stack-frame-list-filter-persistent
Dec 8, 2025
Merged

debugger: Fix stack frame filter not persisting between sessions#44352
Anthony-Eid merged 1 commit intomainfrom
fix-stack-frame-list-filter-persistent

Conversation

@Anthony-Eid
Copy link
Contributor

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

This bug was caused by using two seperate 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.
@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Dec 8, 2025
@Anthony-Eid Anthony-Eid enabled auto-merge (squash) December 8, 2025 01:33
@Anthony-Eid Anthony-Eid merged commit 63cc90c into main Dec 8, 2025
24 checks passed
@Anthony-Eid Anthony-Eid deleted the fix-stack-frame-list-filter-persistent branch December 8, 2025 01:43
CherryWorm pushed a commit to CherryWorm/zed that referenced this pull request Dec 16, 2025
…-industries#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
someone13574 pushed a commit to someone13574/zed that referenced this pull request Dec 16, 2025
…-industries#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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed The user has signed the Contributor License Agreement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant