在windows上,debug怎么用
发布于 10个月前 作者 dlutwuwei 540 次浏览

debug http and worker 在windows运行,报错,’DEBUG’ 不是内部或外部命令,也不是可运行的程序
或批处理文件。 debug是不是要install -g安装? http://cnpmjs.org/package/debug

7 回复

你确定你这个是Windows?

…debug 其实就是约定console.log 的玩意…

依赖环境变量 -> DEBUG

用来替代console.log …

那是是mac上的运行结果。

裝個Ubuntu或者其他Linux的虛擬機

你可以用 set debug=xxxxx 来设置一个环境变量 然后再 npm start 启动

还是用 node-inspector 然后使用Chrome来debug最方便

有时候debug更方便,node-inspector经常意外退出,不知道怎么回事,你使用起来没发生过?

回到顶部