Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

debug: fix error restarting debug session #200203

Merged
merged 1 commit into from
Dec 7, 2023
Merged

Conversation

connor4312
Copy link
Member

Fixes #196950

Emit more information from the debug service about the type of
termination happening, and whether a restart is expected. Keep the
session listeners for sessions around if a restart is expected. Additionally:

  • inline chat decorations did not track restarted sessions
  • there was a leak where we retained listeners for every launched debug session on the DebugService

cc @roblourens

Fixes #196950

Emit more information from the debug service about the type of
termination happening, and whether a restart is expected. Keep the
session listeners for sessions around if a restart is expected. Additionally:

- inline chat decorations did not track restarted sessions
- there was a leak where we retained listeners for every launched debug session on the DebugService
@connor4312 connor4312 self-assigned this Dec 6, 2023
@connor4312 connor4312 enabled auto-merge (squash) December 6, 2023 23:54
@connor4312 connor4312 merged commit 2d50c20 into main Dec 7, 2023
7 checks passed
@connor4312 connor4312 deleted the connor4312/issue196950 branch December 7, 2023 00:14
@github-actions github-actions bot locked and limited conversation to collaborators Jan 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot read properties of undefined (reading 'add')
2 participants