Closed GniLudio closed 10 months ago
cmake --build .
Please try cmake --build . --target install
instead
cmake .. -G "Visual Studio 17 2022" -DCMAKE_INSTALL_PREFIX="..\bin"
cmake --build . --target install
Still get the same error after adding -DCMAKE_INSTALL_PREFIX="..\bin"
and --target install
.
After your build with --target install
you should use"install" folder (not build folder), for example, netcoredbg/bin
(or check were you initial location was and calculate "..\bin" location), and launch netcoredbg from this location.
Note, in bin
folder you should see all files, as you could see in downloaded from this project release netcoredbg-win64.zip (since we just pack this files for releases).
Thanks. That worked.
I get the following error when executing
netcoredbg.exe
after building from source.Setup (
netcoredbg_setup.bat
)Misc
The
build/src
folder has thedbgshim.dll
file.Logs