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

Fix debug console after restarting debug session #192949

Merged
merged 3 commits into from
Sep 13, 2023
Merged

Conversation

roblourens
Copy link
Member

@roblourens roblourens commented Sep 13, 2023

This is for #192653 in main

This looks weird but it is just restoring the leaky code that we've had for a long time. Got #191904 for the larger issue

Now we don't dispose some listeners in DebugSession, this is by design
@roblourens roblourens enabled auto-merge (squash) September 13, 2023 00:59
@VSCodeTriageBot VSCodeTriageBot added this to the September 2023 milestone Sep 13, 2023
@roblourens roblourens changed the title Fix debug console in main Fix debug console after restarting debug session Sep 13, 2023
@roblourens roblourens merged commit 2b4dc4a into main Sep 13, 2023
7 checks passed
@roblourens roblourens deleted the roblou/open-chimpanzee branch September 13, 2023 03:28
lins0621 pushed a commit to lins0621/vscode that referenced this pull request Sep 14, 2023
* Don't add global DebugSession listeners to rawListeners, which are disposed when a DebugSession is restarted
Fix microsoft#192653

* Fix failing unit test
Now we don't dispose some listeners in DebugSession, this is by design

* Fix failing unit tests
hhc87 pushed a commit to lins0621/vscode that referenced this pull request Oct 8, 2023
* Don't add global DebugSession listeners to rawListeners, which are disposed when a DebugSession is restarted
Fix microsoft#192653

* Fix failing unit test
Now we don't dispose some listeners in DebugSession, this is by design

* Fix failing unit tests
@github-actions github-actions bot locked and limited conversation to collaborators Oct 28, 2023
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.

None yet

3 participants