我是 Visual Studio Code 的新手。
我的 javascript 发生错误。在控制台中它说:
Uncaught TypeError: Cannot read property 'id' of undefined
但在下面:
No debugger available, can not send 'variables'
我在 Visual Studio Code 中安装了 Chrome 调试器。
但是,当我打开 Chrome 浏览器时,当程序运行时,我查看开发人员工具中的控制台,它会告诉我发生恶意错误的文件和行号。
为什么它没有在 Visual Studio Code 中显示?
如何让它在 Visual Studio Code 中显示?