Kaynağa Gözat

Remove clearModel from the stop method

Jeremy Tuloup 5 yıl önce
ebeveyn
işleme
3b07f289d0
1 değiştirilmiş dosya ile 0 ekleme ve 2 silme
  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();
   }
 
   /**