码迷,mamicode.com
首页 > Web开发 > 详细

node.js 调试 eggs launch.json配置信息

时间:2018-10-22 00:04:47      阅读:302      评论:0      收藏:0      [点我收藏+]

标签:ons   window   配置信息   workspace   pre   debug   sof   term   http   

{
    // 使用 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配置信息

标签:ons   window   配置信息   workspace   pre   debug   sof   term   http   

原文地址:https://www.cnblogs.com/maomingchao/p/9827641.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!