如何调试Node.js

Posted Chuck Lu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何调试Node.js相关的知识,希望对你有一定的参考价值。

Debugging Node.js with Chrome DevTools

https://nodejs.org/en/docs/guides/debugging-getting-started/

1.

PS C:\\Users\\clu\\Documents\\NodeApp\\Test> node --inspect .\\app.js
Debugger listening on ws://127.0.0.1:9229/34c03922-857b-4e6d-82cf-30dbf27a76ff
For help, see: https://nodejs.org/en/docs/inspector
Server running at http://127.0.0.1:3000/

 

2.在Chrome浏览器中打开about:inspect

 

3.打开 Click the Open dedicated DevTools for Node link.

 

 

在vs2017中调试

https://github.com/Microsoft/nodejstools/wiki/Debugging

创建Node.js项目,https://github.com/Microsoft/nodejstools/wiki/Projects

debug设置,https://github.com/Microsoft/nodejstools/wiki/Debugging#debugging-options

 

 

Developer Tools in Chrome(Chrome Extension)

https://chrome.google.com/webstore/detail/nodejs-v8-inspector-manag/gnhhdgbaldcilmgcpfddgdbkhjohddkj

 

以上是关于如何调试Node.js的主要内容,如果未能解决你的问题,请参考以下文章

macOS 中如何安装 Node.js

vue.js2.0:如何搭建开发环境及构建项目

Node.js 入门

如何使用lessc编译.less文件

Node.js

Node.js