We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hello, In CMakeList.txt of netcoredbg below code looks to be incorrect, set(CORECLR_SRC_DIR "${CORECLR_DIR}/src")
set(CORECLR_SRC_DIR "${CORECLR_DIR}/src")
What should be the correct path to be set to CORECLR_DIR ?
Activity