Debugging Node.js
Debugging
Console.log
Node Debugger
NodeJS’ built-in Debugger
console창에
node --inspect-brk app.js: window용 // Mac은node inspect app.jsvisit chrome://inspect in the Chrome Browser
Click
inspectto open up the developer tools.Click
playicon on the right side of the monitor.You can add breakpoints into your application to stop it at a specific point in the code.
debugger를 입력
chrome창에서 아무 것도 안뜨면
configure에서 IP주소랑 포트 입력