NicholasMata / nvim-dap-cs

An extension for nvim-dap providing configurations for launching .NET Core debugger (netcoredbg)
11 stars 4 forks source link

feat: add support to configure target architecture #3

Closed yriveiro closed 6 months ago

yriveiro commented 6 months ago

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

yriveiro commented 6 months ago

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.

Sorry for the noise.