ZIm/crates/debugger_ui/src
Cole Miller 1445af559b
Unify the tasks modal and the new session modal (#31646)
Release Notes:

- Debugger Beta: added a button to the quick action bar to start a debug
session or spawn a task, depending on which of these actions was taken
most recently.
- Debugger Beta: incorporated the tasks modal into the new session modal
as an additional tab.

---------

Co-authored-by: Julia Ryan <juliaryan3.14@gmail.com>
Co-authored-by: Julia Ryan <p1n3appl3@users.noreply.github.com>
Co-authored-by: Anthony Eid <hello@anthonyeid.me>
Co-authored-by: Mikayla <mikayla@zed.dev>
2025-05-29 21:33:52 -04:00
..
session debugger: Add spinners while session is starting up (#31548) 2025-05-29 01:58:40 +00:00
tests Unify the tasks modal and the new session modal (#31646) 2025-05-29 21:33:52 -04: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 Unify the tasks modal and the new session modal (#31646) 2025-05-29 21:33:52 -04:00
debugger_ui.rs Unify the tasks modal and the new session modal (#31646) 2025-05-29 21:33:52 -04:00
dropdown_menus.rs debugger: Add spinners while session is starting up (#31548) 2025-05-29 01:58:40 +00:00
new_session_modal.rs Unify the tasks modal and the new session modal (#31646) 2025-05-29 21:33:52 -04:00
persistence.rs Use anyhow more idiomatically (#31052) 2025-05-20 23:06:07 +00: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 debugger beta: Fix gdb/delve JSON data conversion from New Session Modal (#31501) 2025-05-27 17:28:41 +00:00