When debugging ASP.NET MVC app, breakpoints are not hit

后端 未结 18 1484
盖世英雄少女心
盖世英雄少女心 2020-12-25 11:45

When trying to debug a ASP.NET MVC app, the breakpoints in my controllers arent getting hit. When entering debug mode they just show an empty red circle with a warning trian

18条回答
  •  南方客
    南方客 (楼主)
    2020-12-25 12:18

    Quick fix...

    Run my project in Debug. Cleaned and rebuild solution (MVC).

    Re run the UI project and the Breakpoints started working again.

    Hope this will help someone.

提交回复
热议问题