当前位置:Gxlcms > JavaScript > 不同版本的vscdoe如何调试不同版本nodejs

不同版本的vscdoe如何调试不同版本nodejs

时间:2021-07-01 10:21:17 帮助过:14人阅读

这次给大家带来不同版本的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}"
        }
    ]
}

相信看了本文案例你已经掌握了方法,更多精彩请关注Gxl网其它相关文章!

相关阅读:

CSS计数器与多列的使用

浏览器不兼容我写的代码怎么办

以上就是不同版本的vscdoe如何调试不同版本nodejs的详细内容,更多请关注Gxl网其它相关文章!

人气教程排行