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

后端 未结 8 1088
暗喜
暗喜 2021-02-13 00:29

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 01:22

    There could be an exception while executing the instruction in question. Try enabling all exceptions to break into debugger and check.

提交回复
热议问题