VS Code: “Breakpoint ignored because generated code not found” error

前端 未结 18 2610
无人共我
无人共我 2020-12-13 08:07

I have looked everywhere and I still have issue debugging TypeScript inside VS Code. I have read this thread but still I am not able to hit my breakpoints placed inside a Ty

18条回答
  •  旧巷少年郎
    2020-12-13 08:39

    Late to the party, but you can check this post on github Test globbing support for the outFiles attribute in the launch config #12254.

    Basically in the new version of vscode, you must now use the glob pattern with the property outFilesin your task.json.

    I had a simlar issue. I fixed by indicating the output dir with outFiles

提交回复
热议问题