Skip to content

fix(debug): defer adapter shutdown until exited event#1402

Merged
sebthom merged 1 commit intoeclipse-lsp4e:mainfrom
sebthom:issue-266
Nov 17, 2025
Merged

fix(debug): defer adapter shutdown until exited event#1402
sebthom merged 1 commit intoeclipse-lsp4e:mainfrom
sebthom:issue-266

Conversation

@sebthom
Copy link
Copy Markdown
Member

@sebthom sebthom commented Nov 14, 2025

Stop handling DAP terminated by tearing down the debug adapter connection. Perform final cleanup in DSPDebugTarget.exited and mark DSPProcess terminated without sending terminate/disconnect.

Fixes #266

@sebthom sebthom marked this pull request as draft November 14, 2025 21:53
@sebthom sebthom marked this pull request as ready for review November 14, 2025 22:22
Stop handling DAP terminated by tearing down the debug adapter
connection. Perform final cleanup in DSPDebugTarget.exited and mark
DSPProcess terminated without sending terminate/disconnect.
@sebthom sebthom merged commit cd2c369 into eclipse-lsp4e:main Nov 17, 2025
10 checks passed
@sebthom sebthom deleted the issue-266 branch November 18, 2025 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

LSP4E.debug terminates debug adapter too early

2 participants