Electron main and renderer process debug configuration
问题 I'm using that repo https://github.com/SimulatedGREG/electron-vue and trying to set up VS Code debug configurations like this { //main "name": "Attach", "type": "node", "request": "attach", "port": 5858, "sourceMaps": true }, { "name": "Debug Renderer Process", "type": "chrome", "request": "attach", "url": "http://localhost:9080", "webRoot": "${workspaceRoot}/src" } and got messages like Invalid responce { "description": "node.js instance", "devtoolsFrontendUrl": "chrome-devtools://devtools