node.js - 如何在vscode debug nodejs的时候使用nodemon
巴扎黑
巴扎黑 2017-04-17 15:41:42
0
0
350

如何在 vscode debug nodejs的时候使用 nodemon, 原本直接运行 npm start node程序, 但是目前我想改为在 vscode 编辑器中直接按下 F5 启动 node程序(即通过 launch.json 启动), 那么我该如何把 package.json 中的 start 修改为对应的 launch.json 具有同等作用呢?

package.json 中的 scripts为:

"scripts": {
  "start": "./node_modules/.bin/nodemon bin/run"
}

launch.json 配置如下:

"configurations": [
{
  "type": "node",
  "request": "launch",
  "name": "启动程序",
  "program": "${workspaceRoot}\\bin\\run",
  "cwd": "${workspaceRoot}",
  "env": {
    "NODE_ENV": "development"
  }
}
巴扎黑
巴扎黑

全員に返信(0)
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート