Breakpoint not hooked up when debugging in VS.Net 2005

后端 未结 12 1409
庸人自扰
庸人自扰 2020-12-09 23:38

Been running into this problem lately... When debugging an app in VS.Net 2005, breakpoints are not connected. Error indicates that the compiled code is not the same as the

12条回答
  •  攒了一身酷
    2020-12-10 00:32

    Are you sure the .pdb files are in the same folder as the executable you are running? Make sure the last modified date of both files match, and that VS is attached to that exe (and no other).

提交回复
热议问题