ZIm/crates/debugger_ui/src
Cole Miller f0345df479
debugger: Undo conversion of stack frames list to uniform list (#32413)
Partially reverts #30682

A uniform list is desirable for the scrolling behavior, but this breaks
badly when there are collapsed entries or entries without paths, both of
which seem common with the JS adapter.

It would be nice to go back to a uniform list if we can come up with a
set of design tweaks that allow all entries to be the same height.

Release Notes:

- Debugger Beta: fixed an issue that caused entries in the stack frame
list to overlap in some situations.
2025-06-09 20:45:01 +00:00
..
session debugger: Undo conversion of stack frames list to uniform list (#32413) 2025-06-09 20:45:01 +00:00
tests Simplify debug launcher UI (#31928) 2025-06-02 21:24:08 +00:00
attach_modal.rs Use read-only access methods for read-only entity operations (#31479) 2025-05-26 23:04:31 -04:00
debugger_panel.rs debugger: Fix wrong variant of new process modal deployed (#32168) 2025-06-05 15:51:13 +00:00
debugger_ui.rs debugger: Align zoom behavior with other panels (#31901) 2025-06-03 00:59:36 +00:00
dropdown_menus.rs debugger: Add spinners while session is starting up (#31548) 2025-05-29 01:58:40 +00:00
new_process_modal.rs debugger: Run locators on LSP tasks for the new process modal (#32097) 2025-06-05 13:25:51 -04:00
persistence.rs debugger: Change console text color, add tooltips (#31765) 2025-05-30 19:21:28 +02:00
session.rs Use anyhow more idiomatically (#31052) 2025-05-20 23:06:07 +00:00
stack_trace_view.rs Use read-only access methods for read-only entity operations (#31479) 2025-05-26 23:04:31 -04:00
tests.rs Simplify debug launcher UI (#31928) 2025-06-02 21:24:08 +00:00