Why do my breakpoints duplicate in Visual Studio?

前端 未结 4 634
予麋鹿
予麋鹿 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:45

    I had the same problem in VS 2008 and I resolved by getting rid of the duplicated .dll files in the compiling / debugging folders. Please refer to my full response here: https://stackoverflow.com/a/50063517/3603386

提交回复
热议问题