Nathan
Results
3
comments of
Nathan
I'm running `6.13.6-arch1-1 x86_64 GNU/Linux`. I'm building my project by doing `cd /home/user/Dev/Project/src/MyProject`, -> `dotnet build .`
I took the one from [AUR repo](https://aur.archlinux.org/packages/netcoredbg) : `NET Core debugger 3.1.2-1 (801069d, None)`. @viewizard I'm trying to setup a repo to reproduce
@gbalykov you were right, I build it from the source and now it work. Thank you.