ASP.NET Core basic series(4) Debugging
ASP.NET Core symbol server:
https://dotnet.myget.org/F/dotnet-core/symbols/
1. Uncheck Enable Just my Code
Check Microsoft Symbol Servers
1. Set up the symbol server
Check Source Link Support
2. Specify the assembly to be debugged
3. Set source debugging
If you encounter an additional process that cannot debug a .Net Core project, be careful to modify the attached process to dotnet.exe :
Debugging ASP.NET Core 2.0 Source Code
Orignal link:https://www.jianshu.com/p/74789c59e589