提交 57c258e9 编写于 作者: I isidor

debug: null guard

上级 c92a360c
......@@ -862,7 +862,7 @@ export class DebugService implements debug.IDebugService {
if (!cancelTransitionToRunningState) {
aria.status(nls.localize('debuggingContinued', "Debugging continued."));
// TODO@Isidor temporary workaround for #5835
if (strings.equalsIgnoreCase(this.session.configuration.type, 'go')) {
if (this.session && strings.equalsIgnoreCase(this.session.configuration.type, 'go')) {
this.model.clearThreads(false);
} else {
this.model.clearThreads(false, threadId);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册