How to debug code in NuGet package created by me

后端 未结 5 1999

I have a NuGet package I created and installed in another solution but now I need to debug the code of the package when called from my new solution.

I tried referenci

5条回答
  •  忘掉有多难
    2020-12-04 18:33

    As it might help someone else, here is an additional explanation of the problem in-hand.

    What do I need to debug a pkg created by me?

    1. As others here said. the .pdb file.
    2. Also, the source code as expressed here.

    Well, how can I include the source code of my nuget package?

    • I got to include the symbol packages. This answer here showed me how.

提交回复
热议问题