Commit 1478a48
Fail fast on missing server listener for debug launch
Restore fail-fast behavior in spawn_debuggee: for a real debug launch,
assert servers.listener is not None instead of silently skipping the
port/adapterAccessToken setup, which would spawn a debuggee unable to
connect back.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 6d50fc5 commit 1478a48
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
93 | 96 | | |
94 | 97 | | |
95 | 98 | | |
| |||
0 commit comments