ZIm/crates/debugger_ui/src
Anthony Eid aab76208b5
debugger beta: Fix bug where debug Rust main running action failed (#31291)
@osiewicz @SomeoneToIgnore If you guys have time to look this over it
would be greatly appreciated. I wanted to move the bug fix into the task
resolution code but wasn't sure if there was a reason that we didn't
already.

The bug is caused by an env variable being empty when we send it as a
terminal command. When the shell resolves all the env variables there's
an extra space that gets added due to the empty env variable being
placed between two other variables.

Closes #31240

Release Notes:

- debugger beta: Fix a bug where debug main Rust runner action wouldn't
work
2025-05-28 13:59:48 +00:00
..
session debugger beta: Fix bug where debug Rust main running action failed (#31291) 2025-05-28 13:59:48 +00:00
tests debugger beta: Autoscroll to recently saved debug scenario when saving a scenario (#31528) 2025-05-27 21:35:17 +03: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: Add locator for Python tasks (#31533) 2025-05-28 12:27:12 +02:00
debugger_ui.rs debugger: Add an action to rerun the last session (#31442) 2025-05-26 21:21:11 -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 beta: Autoscroll to recently saved debug scenario when saving a scenario (#31528) 2025-05-27 21:35:17 +03: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