Closed

Description
- VS Code Version: 1.56.0
- OS Version: Windows_NT x64 10.0.18363
Steps to Reproduce:
- Set breakpoint in js.-file
- Launch debug-session in browser (all breakpoints in dev-mode disabled)
- Switch to browser window
- Maximize browser (because it is just half open)
- Hit breakpoint
- VSCode blinks in taskbar -> switch back to it
- VSCode freezes and waits for something
Hints:
- By avoiding step 4, this issue doesn't occur.
- Minimizing and maximizing VSCode while its freezed solves this issue.
- This issue also happens in insider-version of VSCode.
Does this issue occur when all extensions are disabled?: Yes
Launch configuration (no, this problem is not related to brave, it happens also in google chrome):
{
"name": "Browser debug",
"request": "launch",
"type": "pwa-chrome",
"runtimeExecutable": "C:/Program Files/BraveSoftware/Brave-Browser/Application/brave.exe",
"runtimeArgs": ["--remote-debugging-port=9222"],
"url": "http://127.0.0.1:5000",
"webRoot": "${workspaceFolder}\\memory-viewer\\server",
"pathMapping": {
"/css": "${workspaceFolder}\\memory-viewer\\server\\static\\css",
"/app": "${workspaceFolder}\\memory-viewer\\server\\static\\app",
"/js": "${workspaceFolder}\\memory-viewer\\server\\static\\js"
}
},
Metadata
Metadata
Assignees
Labels
Issues and items related to ChromiumDebug viewlet, configurations, breakpoints, adapter issuesIssues and items related to ElectronIssues related to electron 17 updatePatch has been released in VS Code InsidersIssue identified as 'upstream' component related (exists outside of VS Code)Issues that are caused by chromium but have not been reported due to pending minimal reproVerification succeededVS Code on Windows issues