这次给大家带来不同版本的vscdoe如何调试不同版本nodejs,不同版本的vscdoe调试不同版本nodejs的注意事项有哪些,下面就是实战案例,一起来看一下。
"runtimeExecutable": "${env:HOME}/.nvm/versions/node/v7.9.0/bin/node", { // Use IntelliSense to learn about possible Node.js debug attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [{ "type": "node", "request": "launch", "name": "Launch Program", "program": "${workspaceRoot}/test.js", "runtimeExecutable": "${env:HOME}/.nvm/versions/node/v7.9.0/bin/node", "sourceMaps": true, "smartStep": true }, { "type": "node", "request": "launch", "name": "Launch Program", " program": "${file}" } ] }
相信看了本文案例你已经掌握了方法,更多精彩请关注php中文网其它相关文章!
相关阅读:
以上是不同版本的vscdoe如何调试不同版本nodejs的详细内容。更多信息请关注PHP中文网其他相关文章!