0
How I use the debugging console in Visual Studio Code?
When I'm making a code, and I run the code, it doesn't function and says that's there's an error, and takes me to something called "launch.json". There it makes me to choose some options for differents languages, but I don't understand how to use that. Help please.
1 Réponse
+ 5
launch.json launches HTML code in your browser
you have clicked something you weren’t supposed to click
get this debugger extension for Chrome
https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome
Here is a full guide to everything:
https://code.visualstudio.com/docs/editor/debugging