zed/crates/debugger_ui/src
Rocky Shi ed705c0cbc
Conditionally display debugger panel icon based on a setting (#45544)
Closes [#ISSUE](https://github.com/zed-industries/zed/issues/45506)

Release Notes:

- Conditionally display the debugger panel icon based on a setting to
avoid too many error logs
2025-12-23 13:28:04 +01:00
..
session Fix stale pending keybinding indicators on focus change (#44678) 2025-12-17 16:51:16 +00:00
tests debugger: Fix stack frame filter not persisting between sessions (#44352) 2025-12-08 01:43:30 +00:00
attach_modal.rs gpui: Implement From<String> for ElementId (#44447) 2025-12-09 09:08:59 +01:00
debugger_panel.rs Conditionally display debugger panel icon based on a setting (#45544) 2025-12-23 13:28:04 +01:00
debugger_ui.rs debugger: Fix evaluate selection running two evaluations & failing for Python and go (#44205) 2025-12-05 11:08:04 +00:00
dropdown_menus.rs Fix triggers for debugger thread and session lists not rendering (#40227) 2025-10-15 04:36:04 +00:00
new_process_modal.rs Fix stale pending keybinding indicators on focus change (#44678) 2025-12-17 16:51:16 +00:00
onboarding_modal.rs Fix stale pending keybinding indicators on focus change (#44678) 2025-12-17 16:51:16 +00:00
persistence.rs debugger: Add ability to only show stack frame entries from visible work trees (#37061) 2025-08-28 07:53:32 +00:00
session.rs Remove some unused events (#37498) 2025-09-04 09:09:28 +02:00
stack_trace_view.rs Basic side-by-side diff implementation (#43586) 2025-11-30 22:45:01 -05:00
tests.rs Automate settings registration (#42238) 2025-11-07 22:27:14 +00:00