How to debug the server side of nuxt and how to set, vscode launch

how to debug the breakpoint on the server side of nuxt?

Mar.30,2021

this doesn't work, big brother


{
    //  IntelliSense  
    // 
    // : https://go.microsoft.com/fwlink/?linkid=830387
    "version": "0.2.0",
    "configurations": [
        {
            "type": "node",
            "request": "launch",
            "name": "",
            "program": "${workspaceFolder}/node_modules/.bin/nuxt"
        }
    ]
}
Menu