ZIm/crates/debugger_ui/src/tests
Mikayla Maki b7ec437b13
Simplify debug launcher UI (#31928)
This PR updates the name of the `NewSessionModal` to `NewProcessModal`
(to reflect it's new purpose), changes the tabs in the modal to read
`Run | Debug | Attach | Launch` and changes the associated types in code
to match the tabs. In addition, this PR adds a few labels to the text
fields in the `Launch` tab, and adds a link to open the associated
settings file. In both debug.json files, added links to the zed.dev
debugger docs.

Release Notes:

- Debugger Beta: Improve the new process modal
2025-06-02 21:24:08 +00:00
..
attach_modal.rs debugger: Use DAP schema to configure daps (#30833) 2025-05-22 05:48:26 -04:00
console.rs Use read-only access methods for read-only entity operations (#31254) 2025-05-23 06:13:49 -04:00
dap_logger.rs debugger: Transition to path! macro to create paths in debugger tests (#29605) 2025-04-29 12:24:25 -04:00
debugger_panel.rs debugger beta: Fix regression where we sent launch args twice to any dap (#31325) 2025-05-24 06:52:36 +00:00
inline_values.rs debugger: Fix nits (#30632) 2025-05-13 23:13:02 +02:00
module_list.rs debugger: Update the default layout (#31057) 2025-05-22 04:32:44 +00:00
new_process_modal.rs Simplify debug launcher UI (#31928) 2025-06-02 21:24:08 +00:00
persistence.rs debugger: Enable setting debug panel dock position to the side (#29914) 2025-05-05 21:27:20 +00:00
stack_frame_list.rs debugger: Make the stack frame list and module list keyboard-navigable (#30682) 2025-05-14 22:23:59 +02:00
variable_list.rs debugger: Update the default layout (#31057) 2025-05-22 04:32:44 +00:00