Closed
Description
Description
I am using an Electron configuration with a main process accessed using node launch and a renderer process using chrome attach. My goal is to reload the window by sending the restart command to the Chrome debugger, which worked as expected using the legacy debugger.
With the new debugger, executing the restart command of the chrome attach configuration does nothing except that the debug output is cleared. The window is not reloaded (expected behavior) and the debugger does not disconnect.
Files
vscode-debugadapter-0ae1454e.json.gz (Main process)
vscode-debugadapter-3e4e8ed6.json.gz (Renderer process)
launch.zip (Launch configurations for both)
Versions
VSCode: 1.56.2
Node.js: 14.16.0
Electron: 12.0.7
Debugger for Chrome 4.12.12