ZIm/crates/dap_adapters/src
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
..
codelldb.rs extension: Another batch of updates for DAP extension API (#32809) 2025-06-16 21:34:05 +02:00
dap_adapters.rs go: Use delve-dap-shim for spawning delve (#31700) 2025-05-29 21:19:56 +02:00
gdb.rs extension: Another batch of updates for DAP extension API (#32809) 2025-06-16 21:34:05 +02:00
go.rs debuggers: Mark processId as optional field in Delve Attach configurations (#32856) 2025-06-17 11:18:37 +00:00
javascript.rs debugger: Prevent port collision when attaching to existing node debugger (#32862) 2025-06-17 13:22:32 +00:00
php.rs extension: Another batch of updates for DAP extension API (#32809) 2025-06-16 21:34:05 +02:00
python.rs extension: Another batch of updates for DAP extension API (#32809) 2025-06-16 21:34:05 +02:00
ruby.rs extension: Another batch of updates for DAP extension API (#32809) 2025-06-16 21:34:05 +02:00