VS代码调试器停止

时间:2018-06-29 16:39:19

标签: visual-studio-code javascript-debugger node-debugger

每当我要启动VS代码的调试器时,它都会运行一两秒钟,然后停止,并显示消息“已附加调试器”。 等待调试器断开连接... 在调试器控制台中。 link to the debugger screenshot

{
    // Use IntelliSense to learn about possible 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": "${workspaceFolder}/controller\\get-form-contents.js"
        }
    ]
}

0 个答案:

没有答案