Why are Nodejs breakpoints in VS Code disabled depending on whether the full path appears in the tab title?

◇◆丶佛笑我妖孽 提交于 2019-12-04 03:44:24

Answer (figured out on the GitHub thread):

My workspace path was under a symbolic link (Ubuntu).

VS Code apparently dereferences symbolic links to give Node a path that it can work with, to support breakpoints.

VS Code also shows the file at the correctly referenced path in my workspace folder as I defined it (under the symbolic link).

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!