debug package in node js code example
Example 1: how to debug node js file in webpack
"debugthis": "node --inspect --inspect-brk <name of your file>"
""angle brackets are just for showing name
do not use it in command pallette..""
Example 2: debug node
Debug Node : https://itnext.io/the-absolute-easiest-way-to-debug-node-js-with-vscode-2e02ef5b1bad