abp vnext 调试

Abp vnext supports SourceLink.

image

I set as mentioned above, it doesn't work.
You should do more settings:

  1. Enable Symbol Serves
    image

After this, you can debug the asp.net core source code, you can see the Symbols loaded in output window, but volo.abo.* symbols cannot be loaded. 
image

2.Copy Volo.Abp.Core.dll and Volo.Abp.Core.pdb to your working debug bin folder.
There are in the nuget install package path, like "C:Users[GerryGe].nugetpackagesvolo.abp.core2.3.0lib etstandard2.0"

After this I can step into abp source code, see my screenshots:
image

image
image

原文地址:https://www.cnblogs.com/GerryGe/p/12564689.html