Closed
Description
When debugging the following simple project (only a gulpfile.js
), the debugger doesn't exit after the last line of code has been executed:
{ "version": "0.2.0"
, "configurations":
[ { "name": "Gulp"
, "type": "node"
, "request": "launch"
, "program": "${workspaceRoot}/node_modules/gulp/bin/gulp.js"
, "stopOnEntry": false
, "args": []
, "cwd": "${workspaceRoot}"
, "runtimeExecutable": null
, "runtimeArgs":
[ "--nolazy"
]
, "env":
{ "NODE_ENV": "development"
}
, "externalConsole": false
, "sourceMaps": false
, "outDir": null
}
]
}
Metadata
Assignees
Labels
No labels