how to debug node js file in webpack

JavaScript
"debugthis": "node --inspect --inspect-brk <name of your file>"


""angle brackets are just for showing name 
do not  use it in command pallette..""
  
Source

Also in JavaScript: