We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1fe28b + 4c40d3e commit c7f5a76Copy full SHA for c7f5a76
src/adapter/threads.ts
@@ -972,7 +972,7 @@ export class Thread implements IVariableStoreLocationProvider {
972
}
973
this._breakpointManager.executionContextWasCleared();
974
975
- if (pausedDetails && pausedDetails === this._pausedDetails) {
+ if (pausedDetails && pausedDetails === this._pausedDetails && !this.disposed) {
976
this.onResumed();
977
978
0 commit comments