Why do my breakpoints duplicate in Visual Studio?

前端 未结 4 603
予麋鹿
予麋鹿 2021-01-11 16:16

I recently started having problems with breakpoints in Visual Studio 2010. When I set a breakpoint and then start debugging, another breakpoint appears on some other line ne

4条回答
  •  北海茫月
    2021-01-11 16:33

    Do you use F10 (step over) when debugging?

    F9 is the shortcut to add/remove a breakpoint, you may be inadvertently hitting that.

提交回复
热议问题