Why does F10 (step over) in Visual Studio not work?

后端 未结 8 1866
春和景丽
春和景丽 2021-02-13 00:43

I\'m debugging a (web) project in Visual Studio 2008. I\'m hitting a breakpoint. F10 continues to the next line, as expected, but the next F10 just stops debugging and the code

8条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-13 00:59

    I was having this issue while developing a Web App that was running on IIS on my local machine. I found that opening the task manager and killing the process (w3wp), then trying again made the problem go away temporarily.

提交回复
热议问题