debug: do not change view state when rawAttaching

fixes #4017
This commit is contained in:
isidor 2016-03-14 11:30:37 +01:00
parent 14aed2dcc2
commit ff10a29529

View file

@ -676,7 +676,7 @@ export class DebugService extends ee.EventEmitter implements debug.IDebugService
sourceMaps: configuration.sourceMaps,
outDir: configuration.outDir,
debugServer: configuration.debugServer
}, true);
}, false);
}
public restartSession(): TPromise<any> {