Visual Studio Code breakpoint appearing in wrong place

前端 未结 3 1571
面向向阳花
面向向阳花 2020-12-05 00:34

In my Vue+Vuex project, I am trying to debug using Visual Studio Code. I have the debugger launching properly using Chrome debug tools, and properly using a map, but when I

3条回答
  •  忘掉有多难
    2020-12-05 00:57

    Maybe editor and debugger are not using the same interpretation of "newline". Check if the code uses \r or \r\n and change it to the other.

提交回复
热议问题