debug.js code example
Example 1: javascript web development debugging
//In code:
console.log(theVariable);
//Then in browser:
F12
Example 2: debug node
Debug Node : https://itnext.io/the-absolute-easiest-way-to-debug-node-js-with-vscode-2e02ef5b1bad