My goal is to learn the source code in runtime/libs through debugging, but I am having difficulties with it. Can I directly create a console application and reference the project for debugging?
According to the workflow, I need to load dotnet.exe from the .dotnet directory into the solution and configure it for debugging. However, during the debugging process, I found that the symbol files don't seem to match the code I am debugging. What should I do?