提交 d438ad7a 编写于 作者: I isidor

fixes #83771

上级 1af67215
......@@ -523,6 +523,9 @@ export class DebugService implements IDebugService {
}
} catch (err) {
session.shutdown();
if (this.viewModel.focusedSession === session) {
await this.focusStackFrame(undefined);
}
return Promise.reject(err);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册