ZIm/crates/debugger_ui/src
Anthony Eid 6f918ed99b
debugger beta: Fix regression where we sent launch args twice to any dap (#31325)
This regression happens because our tests weren't properly catching this
edge case anymore. I updated the tests to only send the raw config to
the Fake Adapter Client.

Release Notes:

- debugger beta: Fix bug where launch args were sent twice
2025-05-24 06:52:36 +00:00
..
session debugger: More focus tweaks (#31232) 2025-05-23 07:51:23 -04:00
tests debugger beta: Fix regression where we sent launch args twice to any dap (#31325) 2025-05-24 06:52:36 +00:00
attach_modal.rs debugger: Use DAP schema to configure daps (#30833) 2025-05-22 05:48:26 -04:00
debugger_panel.rs Use read() over read_with() to improve readability in simple cases (#31263) 2025-05-23 12:08:49 +00:00
debugger_ui.rs debugger: More focus tweaks (#31232) 2025-05-23 07:51:23 -04:00
dropdown_menus.rs debugger beta: Add error handling when gdb doesn't send thread names (#31279) 2025-05-23 10:07:47 -04:00
new_session_modal.rs debugger: Change placeholder text for Custom/Run text input (#31264) 2025-05-23 14:53:20 +02: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 debugger: Make the stack frame list and module list keyboard-navigable (#30682) 2025-05-14 22:23:59 +02:00
tests.rs debugger beta: Move path resolution to resolve scenario instead of just in new session modal (#31185) 2025-05-22 16:59:59 +00:00