慕粉3690648
2019-03-16 22:48
为什么node --inspect app.js 不能激活
`.vscode/settings.json`
{"editor.fontSize": 16,"editor.renderWhitespace": "all","path-intellisense.mappings": {"@": "${workspaceRoot}/src/operate-tool/src"},"editor.tabSize": 2,// 激活 node inspect debugger"debug.node.autoAttach": "on",}
auto lunch debugger
"debug.node.autoAttach": "on"
哇 确实唉 我设置了 就好用了
就是在 vscode 的设置中 搜索就好 之后把选项改为on
node.js调试入门
20959 学习 · 21 问题
相似问题