فهرست منبع

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();
   }
 
   /**