未验证 提交 19935de9 编写于 作者: I Isidor Nikolic 提交者: GitHub

Merge pull request #88790 from dlech/fix-fetch-threads-after-restart

Fix threads not fetched after restarting debug adapter
......@@ -904,6 +904,7 @@ export class DebugSession implements IDebugSession {
this.raw.dispose();
}
this.raw = undefined;
this.fetchThreadsScheduler = undefined;
this.model.clearThreads(this.getId(), true);
this._onDidChangeState.fire();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册