how to debug node js file in webpack code example
Example: 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..""
"debugthis": "node --inspect --inspect-brk <name of your file>"
""angle brackets are just for showing name
do not use it in command pallette..""