
node
hainandetong
编程,菜是原罪
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
配置webpack.config文件为debugger可调试
"start": "node scripts/start.js",改为"start": "node --inspect-brk scripts/start.js",原创 2020-02-15 16:55:24 · 874 阅读 · 0 评论 -
node.js打开调试模式
文件内容let http=require("http");debugger监听要监听的文件node --inspect-brk ./hello.js --inline --progress打开网址chrome://inspect/#devices原创 2020-02-12 12:05:23 · 574 阅读 · 0 评论