Closed yriveiro closed 6 months ago
This PR adds a new configuration to set the target architecture and avoid the error Failed command 'configurationDone': 0x80131c3c when running on M1 Silicon arm64
Failed command 'configurationDone': 0x80131c3c
I'm closing this PR because the documentation says this parameter is deprecated.
The problem I encourage is solved by building the netcoredbg to force arm64 architecture.
netcoredbg
arm64
Sorry for the noise.
Description
This PR adds a new configuration to set the target architecture and avoid the error
Failed command 'configurationDone': 0x80131c3c
when running on M1 Silicon arm64