VS code debugger stopping

3.1k views Asked by At

Whenever I want to launch VS code's debugger, it runs for a second or two and then stops with the message "Debugger attached. Waiting for the debugger to disconnect... in the debugger console. 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

There are 0 answers