ZIm/crates/dap_adapters
Piotr Osiewicz a69ebf038a
debugger: Prevent port collision when attaching to existing node debugger (#32862)
We were translating port configuration incorrectly, using it for both
attach target and debugger port.
This however meant that we were spawning a 2nd process that'd listen on
the same port as the existing debugger.

Closes #32836

Release Notes:

- debugger: Fixed issues with auto-translated Visual Studio Code debug
configs for attaching to existing node debugger instances.
2025-06-17 13:22:32 +00:00
..
src debugger: Prevent port collision when attaching to existing node debugger (#32862) 2025-06-17 13:22:32 +00:00
Cargo.toml Fix ruby debugger (#32407) 2025-06-09 16:11:24 -06:00
LICENSE-GPL Debugger implementation (#13433) 2025-03-18 12:55:25 -04:00