diff --git a/lib/commands/debug.ts b/lib/commands/debug.ts index 60dd61fbdc..e33ecea663 100644 --- a/lib/commands/debug.ts +++ b/lib/commands/debug.ts @@ -38,7 +38,9 @@ export class DebugPlatformCommand implements ICommand { await this.$devicesService.detectCurrentlyAttachedDevices({ shouldReturnImmediateResult: false, platform: this.platform }); await this.$liveSyncCommandHelper.executeLiveSyncOperation([selectedDeviceForDebug], this.platform, { - [selectedDeviceForDebug.deviceInfo.identifier]: true, + deviceDebugMap: { + [selectedDeviceForDebug.deviceInfo.identifier]: true + }, // This will default in the liveSyncCommandHelper buildPlatform: undefined });