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

后端 未结 18 1510
盖世英雄少女心
盖世英雄少女心 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:34

    I had the same problem. Check here: Tools->Options->Debugging

    Fix by selecting Enable .Net Framework source stepping

提交回复
热议问题