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

Commit

Permalink
Merge pull request #566 from JohanMabille/continue
Browse files Browse the repository at this point in the history
Clear models and signals upon continue response
  • Loading branch information
jtpio committed Nov 26, 2020
2 parents 2a919d6 + 4081e15 commit 35fa14a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/service.ts
Expand Up @@ -191,6 +191,8 @@ export class DebuggerService implements IDebugger, IDisposable {
threadId: this._currentThread()
});
this._model.stoppedThreads.delete(this._currentThread());
this._clearModel();
this._clearSignals();
} catch (err) {
console.error('Error:', err.message);
}
Expand Down

0 comments on commit 35fa14a

Please sign in to comment.