이번에는 다양한 버전의 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}" } ] }
Other 관련 기사를 주목하세요!
관련 읽기:브라우저가 내가 작성한 코드와 호환되지 않으면 어떻게 해야 합니까?
위 내용은 다양한 버전의 vscdoe로 다양한 버전의 nodejs를 디버깅하는 방법의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!