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.
2 parents 7bb2248 + bd28d75 commit d77388dCopy full SHA for d77388d
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