84669 personnes étudient
152542 personnes étudient
20005 personnes étudient
5487 personnes étudient
7821 personnes étudient
359900 personnes étudient
3350 personnes étudient
180660 personnes étudient
48569 personnes étudient
18603 personnes étudient
40936 personnes étudient
1549 personnes étudient
1183 personnes étudient
32909 personnes étudient
最近学习nodejs,写了js文件,然后跑到window命令行运行这个js文件。目前会的调试技巧就是,写console.log(要打印的信息),然后去命令行看,所以特地问下nodejs高手:nodejs开发,有什么实用的调试技巧,怎么调试nodejs代码?
ringa_lee
npm install -g node-inspectornode-debug yourapp.js
神器 webstrom
node-inspector 这个东西不错,比较轻量。还有vscode的debug也不错的,可以搭配使用。
chrome开发者工具其实也可以调,只是不是很方便
npm install -g node-inspector
node-debug yourapp.js
神器 webstrom
node-inspector 这个东西不错,比较轻量。
还有vscode的debug也不错的,可以搭配使用。
chrome开发者工具其实也可以调,只是不是很方便