Why the debugger doesn't work

后端 未结 15 1230
遇见更好的自我
遇见更好的自我 2020-12-17 09:48

My debugger is not working,
I\'m putting a breakpoint, but in run, time visual studio doesn\'t stop on the breakPoint.
How to fix it?
There is n

15条回答
  •  庸人自扰
    2020-12-17 10:24

    You could be like me to have both a production version (installed via a msi file) and a development version (opened in Visual Studio), and that is why I cannot get some of my breakpoints in the VS triggered today.

    If that is the case you need to uninstall the production version as I think some of the dll files are interfering with my debugging session.

    Clean and Rebuild your solution afterwards should fix the issue.

提交回复
热议问题