We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bb2248 commit bd28d75Copy full SHA for bd28d75
lib/commands/debug.ts
@@ -38,7 +38,9 @@ export class DebugPlatformCommand implements ICommand {
38
await this.$devicesService.detectCurrentlyAttachedDevices({ shouldReturnImmediateResult: false, platform: this.platform });
39
40
await this.$liveSyncCommandHelper.executeLiveSyncOperation([selectedDeviceForDebug], this.platform, {
41
- [selectedDeviceForDebug.deviceInfo.identifier]: true,
+ deviceDebugMap: {
42
+ [selectedDeviceForDebug.deviceInfo.identifier]: true
43
+ },
44
// This will default in the liveSyncCommandHelper
45
buildPlatform: undefined
46
});
0 commit comments