This time I will bring you how to debug different versions of vscdoeDebugging Different versions of nodejs, different versions of vscdoe debugging different versions of nodejsWhat are the precautions, the following is a practical case, Let’s take a look.
"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}" } ] }
I believe you have mastered the method after reading the case in this article. For more exciting information, please pay attention to the php Chinese website Other related articles!
Related reading:
Using CSS counters and multiple columns
What should I do if the browser is not compatible with the code I wrote?
The above is the detailed content of How to debug different versions of nodejs with different versions of vscdoe. For more information, please follow other related articles on the PHP Chinese website!