ZIm/crates/debugger_ui/src
Remco Smits 01295aa687
debugger: Fix the JavaScript debug terminal scenario (#33924)
There were a couple of things preventing this from working:

- our hack to stop the node REPL from appearing broke in recent versions
of the JS DAP that started passing `--experimental-network-inspection`
by default
- we had lost the ability to create a debug terminal without specifying
a program

This PR fixes those issues. We also fixed environment variables from the
**runInTerminal** request not getting passed to the spawned program.

Release Notes:

- Debugger: Fix RunInTerminal not working for JavaScript debugger.

---------

Co-authored-by: Cole Miller <cole@zed.dev>
2025-07-05 19:48:55 -04:00
..
session debugger: Fix the JavaScript debug terminal scenario (#33924) 2025-07-05 19:48:55 -04:00
tests debugger: Improve performance with large # of output (#33874) 2025-07-04 01:12:12 +02:00
attach_modal.rs editor: Improve code completion filtering to provide fewer and more accurate suggestions (#32928) 2025-06-18 16:01:28 +05:30
debugger_panel.rs debugger: Fix zoomed panel size regression (#33746) 2025-07-01 23:17:55 +00:00
debugger_ui.rs gpui: Store action documentation (#33809) 2025-07-02 21:14:33 -04:00
dropdown_menus.rs debugger: Truncate long session and thread names (#33790) 2025-07-02 12:58:07 -04:00
new_process_modal.rs debugger: Debug sessions rerun build tasks by default when restarting (#33724) 2025-07-01 15:43:58 -04:00
onboarding_modal.rs debugger: Add onboarding modal (#32961) 2025-06-18 18:44:02 +00:00
persistence.rs debugger: Move breakpoint management to the pane strip (#33062) 2025-06-19 22:29:15 +02:00
session.rs debugger: Truncate long session and thread names (#33790) 2025-07-02 12:58:07 -04:00
stack_trace_view.rs Remove into SelectionEffects from .change_selections (#33554) 2025-06-27 14:31:31 -06:00
tests.rs debugger: Debug sessions rerun build tasks by default when restarting (#33724) 2025-07-01 15:43:58 -04:00