“Unverified breakpoint” in Visual Studio Code with Chrome Debugger extension

后端 未结 25 1973
太阳男子
太阳男子 2020-12-13 01:51

I am trying to debug my Typescript code in Visual Studio Code, using the Chrome Debugger extension, but I am getting the \"Unverified breakpoint\" message on my breakpoint,

25条回答
  •  独厮守ぢ
    2020-12-13 02:08

    In our case this error was because of a windows symlink to have the source code folder available on two local drives. Opened the folder with vscode from the original folder now debugging works good.

提交回复
热议问题