4

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"
        }
    ]
}
Michael
  • 6,451
  • 5
  • 31
  • 53
Shakil Ahmed
  • 181
  • 1
  • 3
  • 13

0 Answers0