美文网首页
使用node-inspector调试NodeJS应用

使用node-inspector调试NodeJS应用

作者: Faye大白菜 | 来源:发表于2017-05-04 17:06 被阅读0次

    安装node-inspector 插件

    npm install -g node-inspector

    启动node-inspector服务

    node-inspector

    debug模式运行nodejs应用

    node --debug xxx.js

    调试代码

    打开http://127.0.0.1:8080/debug?port=5858调试代码

    参考

    debug-node-js-apps-node-inspector

    分享到

    node-inspector nodeJS debug

    相关文章

      网友评论

          本文标题:使用node-inspector调试NodeJS应用

          本文链接:https://www.haomeiwen.com/subject/tzkdtxtx.html