Quantcast
Channel: Active questions tagged visual-studio-code - Stack Overflow
Viewing all articles
Browse latest Browse all 97371

Debug Console doesn't output anything when start debugging in VSCode

$
0
0
{
    "version": "0.2.0",
    "configurations": [
        {
            "type": "node",
            "request": "launch",
            "runtimeExecutable": "nodemon",
            "console": "integratedTerminal",
            "name": "Launch Program",
            "program": "${workspaceFolder}/app.js",
            "skipFiles": [
                "${workspaceFolder}/node_modules/**/*.js",
                "<node_internals>/**/*.js"
            ]
        }
    ]
}

same os version(win10 1803), same version VSCode (1.31), same launch.json clone the same repo from github(build with node.js), when PC1, it output debug info from node.exe normally in the debug console, but PC2, it just show command in the Terminal tab,then open a external window with node.exe running, there is no debug bar in the editor, only double Ctrl-C can stop the debug session.

enter image description here


Viewing all articles
Browse latest Browse all 97371

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>