-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
Cannot convert undefined or null to object #57007
Comments
no, please investigate since this and #57401 was working before, and I haven't touched this code for two weeks. |
@isidorn end session events are not arriving in https://github.com/Microsoft/vscode/blob/93e30cc319bb2184756819aefbd4f16a27e7a17c/src/vs/workbench/parts/debug/browser/loadedScriptsView.ts#L388 As a consequence the tree for the session is not properly removed. |
I see something differnetly, the end sessions are arriving however when the last session end arrives view starts refreshing the tree and while that is in progress the view gets disposed which throws an exception. Looking into a fix... |
I have created a PR which address this issue #57491 |
If you pause on exception you will see that this call caused it.
The text was updated successfully, but these errors were encountered: