Hi, I managed to make VSCode run and debug my x64 .NET project on my Lenovo Yoga Slim 7i, which is running this arm64 CPU: Snapdragon(R) X Elite - X1E78100 - Qualcomm(R) Oryon.
However, when I try to debug it on Cursor, it doesn’t work. The project build correctly, but never runs
To get it to work on VSCode, I had to follow these instructions: vscode-csharp/docs/debugger/Debugging-x64-processes-on-an-arm64-computer.md at main · dotnet/vscode-csharp · GitHub
Any help is welcome!