Visual Studio 2010 debugger steps over methods and doesn't stop at breakpoints

后端 未结 12 1574
终归单人心
终归单人心 2020-12-15 16:59

My Visual Studio 2010 debugger sometimes has a very strange behaviour...

Sometimes it doesn\'t stop at breakpoints, but when it stops, and I want to step into a meth

12条回答
  •  抹茶落季
    2020-12-15 17:01

    My problem was simple. I have multiple projects in the solution and I just need to set the project I am working with as Set As Startup Project.

提交回复
热议问题