node.js 调试 eggs launch.json配置信息
Posted maomingchao
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了node.js 调试 eggs launch.json配置信息相关的知识,希望对你有一定的参考价值。
{ // 使用 IntelliSense 了解相关属性。 // 悬停以查看现有属性的描述。 // 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "name": "调试", "type": "node", "request": "launch", "cwd": "${workspaceRoot}",//这里是文件位置 "runtimeExecutable": "npm", "windows": { "runtimeExecutable": "npm.cmd" }, "runtimeArgs": [ "run", "debug" ], "console": "integratedTerminal", "protocol": "auto", "restart": true, "port": 9999 } ] }
以上是关于node.js 调试 eggs launch.json配置信息的主要内容,如果未能解决你的问题,请参考以下文章
企业级 Node.js 框架 - Egg.js 1.0.0 正式发布