Open Rahmerh opened 2 years ago
Host: Architecture: arm64
Please note, at this moment we don't support Mac M1 (arm64). You can't use amd64 binary, that we provide, with arm64 .Net SDK. See related issues: https://github.com/Samsung/netcoredbg/issues/98 https://github.com/Samsung/netcoredbg/issues/102
Fair enough, are there any plans to support amd64 in the future?
@Rahmerh there is no official plans for supporting of M1 architecture, but @codeprefect from community is working on it #103, we are open for PRs. In common there is shouldn't be big issues since we support linux aarch64, but might be some tricks.
@Rahmerh, please test out this binary built from #103 for your use case. https://github.com/codeprefect/netcoredbg/releases/tag/2.2.0-950
Yep! That one worked for me
When I create a clean console application and download the latest macos binaries and then run the following:
./netcoredbg --run --interpreter=vscode -- dotnet ~/path/to/project/project.dll
I get the following result:
{"body":{},"event":"initialized","seq":"1","type":"event"}fish: Job 1, './netcoredbg --run --interprete…' terminated by signal SIGSEGV (Address boundary error)
See neofetch below:
The result of
dotnet --info
: (Installed via homebrew with:brew install dotnet-sdk
)Let me know if more information is needed