這次帶給大家不同版本的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中文網其他相關文章!