每当我想启动 VS 代码的调试器时,它会运行一两秒钟,然后停止并显示消息“已连接调试器。等待调试器断开连接...在调试器控制台中。链接到调试器屏幕截图
{
// 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"
}
]
}