ZIm/crates/project/src/debugger
Conrad Irwin 109651e6e9
debugger: Fix connections over SSH (#32834)
Before this change, we would see "connection reset" when sending the
initialize
request over SSH in the case that the debug adapter was slow to boot.

(Although we'd have successfully created a connection to the local SSH
port,
trying to read/write from it would not work until the remote end of the
connection had been established)

Fixes  #32575

Release Notes:

- debugger: Fix connecting to a Python debugger over SSH
2025-06-17 06:48:17 +00:00
..
locators debugger: Mark DapLocator::create_scenario as an async function (#32680) 2025-06-13 13:19:03 +02:00
breakpoint_store.rs Hush breakpoint deserialization logs (#32430) 2025-06-11 14:22:35 -06:00
dap_command.rs debugger: Process ANSI color escape codes in console (#32817) 2025-06-16 17:39:53 -04:00
dap_store.rs Pass project environment to runInTerminal requests (#32720) 2025-06-16 09:34:50 -06:00
locators.rs Add a JS/TS debug locator (#31769) 2025-05-30 17:15:42 +00:00
session.rs debugger: Fix connections over SSH (#32834) 2025-06-17 06:48:17 +00:00
test.rs debugger: Clear active debug line on thread continued (#29811) 2025-05-02 15:24:28 -04:00