Explorar el Código

Remove clearModel from the stop method

Jeremy Tuloup hace 5 años
padre
commit
3b07f289d0
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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();
   }
 
   /**