Debug your C# project more efficiently

时间:2023-03-08 21:04:58

I am a very beginner working with C# and Visual Studio 2013. When I debug my project, I always reopen a new page over and over, and have to close previous pages. That wasted a lot of time.

Yesterday my mentor taught me how to solve it.

Step1: Right click your project name (not solution name), chose "Properties"

Debug your C# project more efficiently

Step2: Chose "Web" at the left list, unselect the "Enable and Edit Continue" under the Debugger section.

    You can also set the project port number in this page.

Debug your C# project more efficiently