Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chrome attach restart/reload not working #1004

Closed
DJ4ddi opened this issue May 23, 2021 · 1 comment
Closed

Chrome attach restart/reload not working #1004

DJ4ddi opened this issue May 23, 2021 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug verified Verification succeeded
Milestone

Comments

@DJ4ddi
Copy link

DJ4ddi commented May 23, 2021

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

@DJ4ddi DJ4ddi added the bug Issue identified by VS Code Team member as probable bug label May 23, 2021
@connor4312 connor4312 added this to the June 2021 milestone Jun 10, 2021
@connor4312
Copy link
Member

Thanks for the issue! This'll be in tomorrow's nightly

@roblourens roblourens added the verified Verification succeeded label Jul 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants