Unable to attach to browser on macos
See original GitHub issue- VS Code Version: 1.47.0
- Log file (set
"trace": true
in launch config): vscode-debugadapter-0.json.gz (I know it’s broken, but I tried twice.) - vscode-chrome-debug version: 4.12.9
What I did
- Save
launch.json
with the following
{
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}",
"userDataDir": "${workspaceFolder}/.vscode/chrome",
"trace": true
}
]
}
- Press F5
What I expected
Normal launch
What I got
Additional context
4.12.8 doesn’t have this problem. It may be a regression.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:6
- Comments:15 (7 by maintainers)
Top Results From Across the Web
If Safari on Mac doesn't open a webpage or isn't working as ...
Reload the page · Check Safari extensions · Check Safari settings · Test with a private window · Install software updates · Check...
Read more >Cannot Upload Files via Chrome in macOS: How to Fix
In this comprehensive tutorial, we will show you various methods to fix the issue of being unable to upload files via Chrome in...
Read more >Can't attach files on any browser - MacRumors Forums
So I'm using a Macbook Air M1 8GB RAM. ... Can't attach files on any browser ... Controlling app access to files in...
Read more >Some Google Chrome users on M1 Mac unable to upload or ...
... that they are unable to upload or attach files using Google Chrome. ... macOS 12 Monterey is Cupertino's latest version of the...
Read more >Mac connects to network with no problem but browsers can't ...
connect to working Wi-Fi that worked on other devices · remove all networks from Network > Advanced... tab · run Wireless Diagnostics ·...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You can also set
"debug.javascript.usePreview": false
to work around thiscc @connor4312
I have an open chrome on the Mac Os docker. I clicked on it and pressed cmd+Q.
Afterwards vscode could reopen Chrome.