This commit is contained in:
isidor 2021-04-16 10:25:00 +02:00
parent 42e271dd2e
commit cfdce94277
No known key found for this signature in database
GPG key ID: F9280366A8370105

View file

@ -885,7 +885,7 @@ export class DebugSession implements IDebugSession {
if (event.body && event.body.restart) {
await this.debugService.restartSession(this, event.body.restart);
} else if (this.raw) {
await this.raw.disconnect({});
await this.raw.disconnect({ terminateDebuggee: false });
}
}));