浏览代码

Remove clearModel from the stop method

Jeremy Tuloup 5 年之前
父节点
当前提交
3b07f289d0
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/service.ts

+ 0 - 2
src/service.ts

@@ -168,8 +168,6 @@ export class DebugService implements IDebugger {
    */
   async stop(): Promise<void> {
     await this.session.stop();
-    this.clearModel();
-    this._stoppedThreads.clear();
   }
 
   /**