时间:2021-07-01 10:21:17 帮助过:14人阅读
"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}" } ] }
相信看了本文案例你已经掌握了方法,更多精彩请关注Gxl网其它相关文章!
相关阅读:
CSS计数器与多列的使用
浏览器不兼容我写的代码怎么办
以上就是不同版本的vscdoe如何调试不同版本nodejs的详细内容,更多请关注Gxl网其它相关文章!