提交 996623e0 编写于 作者: I isidor

debug: use false as the default value for allThreadsContinued

fixes #18195
上级 fa05586f
......@@ -79,7 +79,7 @@ export class RawDebugSession extends v8.V8Protocol implements debug.ISession {
super(id);
this.emittedStopped = false;
this.readyForBreakpoints = false;
this.allThreadsContinued = false;
this.allThreadsContinued = true;
this.sentPromises = [];
this._onDidInitialize = new Emitter<DebugProtocol.InitializedEvent>();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册