Nodejs Debug
1 如何调试
第一步:启动 inspector
nodemon --inspect-brk xx.js
运行结果:
[nodemon] starting `node --inspect-brk /Users/maoxunxing/alibaba/vite-comp/bin/index.js`
Debugger listening on ws://127.0.0.1:9229/b789951b-b593-482e-a365-575f547e3fc3
For help, see: https://nodejs.org/en/docs/inspector
Debugger attached.
第二步: chrome 开启监听 client
chrome://inspect/#devices
配置 127.0.0.1:9229,然后点击 inspect
2 更多进阶
https://nodejs.org/en/docs/guides/debugging-getting-started/
Be the first to know when I post cool stuff
Subscribe to get my latest posts by email.
Thanks for signing up! Check your email to confirm your subscription.
Whoops, we weren't able to process your signup.