I am new to Visual Studio Code.
An error occurred in my javascript. In the console it said:
Uncaught TypeError: Cannot read property 'id' of undefined
But had underneath:
No debugger available, can not send 'variables'
I have Chrome Debugger installed in Visual Studio Code.
However, when I go the the Chrome Browser, when the program is running, and I look at the Console in the Developer Tools, it tells me the File and line number where the nefarious error occurred.
Why is it not showing this in Visual Studio Code?
How can I get it to show it in Visual Studio Code?