![]() 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> |
||
---|---|---|
.. | ||
session | ||
tests | ||
attach_modal.rs | ||
debugger_panel.rs | ||
debugger_ui.rs | ||
dropdown_menus.rs | ||
new_process_modal.rs | ||
onboarding_modal.rs | ||
persistence.rs | ||
session.rs | ||
stack_trace_view.rs | ||
tests.rs |