Visual Studio 2013 missing Start/Stop Debugging tool buttons

后端 未结 7 1582
盖世英雄少女心
盖世英雄少女心 2021-01-17 07:20

I am using Visual Studio 2013.

For some reason, the Start Debugging button is missing on my toolbar. Also, when I am debugging, the Stop debugging/Pause buttons are

7条回答
  •  旧巷少年郎
    2021-01-17 08:01

    If you have multiple projects you may want to make sure that the project you want to debug is set as "Startup".

    You can right-click the project and click "Set as StartUp Project".

    This was the solution for me because it did not correctly load my MVC project; defaulting it to another project for startup.

提交回复
热议问题