This commit is contained in:
isidor 2017-01-06 18:19:07 +01:00
parent aff393e302
commit daad4cf67d

View file

@ -520,7 +520,7 @@ export class Process implements debug.IProcess {
thread.stopped = true;
thread.clearCallStack();
});
} else {
} else if (this.threads.has(data.threadId)) {
// One thread is stopped, only update that thread.
const thread = this.threads.get(data.threadId);
thread.stoppedDetails = data.stoppedDetails;