码迷,mamicode.com
首页 > Web开发 > 详细

如何调试Node.js

时间:2018-05-29 14:00:08      阅读:245      评论:0      收藏:0      [点我收藏+]

标签:bug   png   str   test   get   title   ref   nts   info   

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

标签:bug   png   str   test   get   title   ref   nts   info   

原文地址:https://www.cnblogs.com/chucklu/p/9104486.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!