每当我要启动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"
}
]
}