How can I debug the source code of .Net Core or the Base class libraries (coreFx)?

后端 未结 3 1642
一生所求
一生所求 2021-02-15 15:23

I am using .NET Core 1.0 and Visual Studio 2015 Update 3 to make a simple Asp.Net Core MVC website.

How can I debug my application and \"Step

3条回答
  •  孤街浪徒
    2021-02-15 15:41

    Also make sure that on a solution level, you have your project "configration", set to debug. See screenshot.
    . .

    (For the solution properties to show up, right click on the .sln in the solution explorer.)

提交回复
热议问题