Gleb Balykov
Gleb Balykov
Main dev repo is located in internal Samsung github, and we use internal CI for building and testing on all target devices. This applies to each commit and to each...
@darkguy2008 you can build from source (https://github.com/Samsung/netcoredbg?tab=readme-ov-file#macos) or use binaries provided in releases (https://github.com/Samsung/netcoredbg/releases/tag/3.1.2-1054). For osx arm64 there're some builds provided by community (e.g. https://github.com/Cliffback/netcoredbg-macOS-arm64.nvim).
> Any idea when that will be? Next release will be in October and will include fixes for other issues too.
Thanks for your contribution, this is part of latest release
> I build the project successfully Please share which OS, arch, compiler, etc. you use, and your build commands
> I'm building my project by doing cd /home/user/Dev/Project/src/MyProject, -> dotnet build . Did you build netcoredbg yourself or used binaries from releases?
Config in https://aur.archlinux.org/packages/netcoredbg seems incorrect, for example this is not right: ``` -DCMAKE_BUILD_TYPE=None ```
You can find linux build instructions at https://github.com/Samsung/netcoredbg?tab=readme-ov-file#unix, more info on build type at https://github.com/Samsung/netcoredbg?tab=readme-ov-file#selecting-between-debug-and-release-builds. Or you can also try AUR config with `-DCMAKE_BUILD_TYPE=Release`. Otherwise debug build (default) will be...
@aikawayataro Thanks for information, I didn't know that. But please keep in mind that such build config was not expected and we do not test such builds. For example, `MANAGEDPART_BUILD_TYPE`...
> you were right, I build it from the source and now it work. Thank you. @NathanGallet please also try debug build of netcoredbg (https://github.com/Samsung/netcoredbg?tab=readme-ov-file#selecting-between-debug-and-release-builds) with test, on which you...