Visual Studio - Debugger Breakpoints Move and no longer hit the lines they are supposed to

后端 未结 5 1017
别那么骄傲
别那么骄傲 2021-02-20 11:42

Currently I\'m seeing an oddity in functions in one of my programs in visual studio is acting. VS allows me to put break points at certain points in the file, but then in debug

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-02-20 12:35

    I found end-of-line could cause the problem like this. Once I changed some lines from the windows style carriage to linux style carriage by accident, the debugging point no longer hit the line. What I did to solve the problem was using notepad++ to fix EOL

提交回复
热议问题