Skip to content
This repository was archived by the owner on Jan 26, 2022. It is now read-only.

Commit 35fa14a

Browse files
authored
Merge pull request #566 from JohanMabille/continue
Clear models and signals upon continue response
2 parents 2a919d6 + 4081e15 commit 35fa14a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/service.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,8 @@ export class DebuggerService implements IDebugger, IDisposable {
191191
threadId: this._currentThread()
192192
});
193193
this._model.stoppedThreads.delete(this._currentThread());
194+
this._clearModel();
195+
this._clearSignals();
194196
} catch (err) {
195197
console.error('Error:', err.message);
196198
}

0 commit comments

Comments
 (0)