美文网首页
调试 Node.js 程序

调试 Node.js 程序

作者: kzc爱吃梨 | 来源:发表于2022-01-22 18:21 被阅读0次

WebStorm Debug + 断点

image.png
配置参数
断点调试

vscode Debug + 断点

配置参数
调试过程

命令行和 Chrome 调试 Node.js

在终端上运行命令,并且打开网址

node --inspect-brk cli.js add task test
image.png image.png image.png

相关文章

网友评论

      本文标题:调试 Node.js 程序

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