Description
Hi, I came here from https://devblogs.microsoft.com/aspnet/blazor-webassembly-3-2-0-preview-3-release-now-available/
And seems likepwa-msedge
doesn't work.
I have latest MS Edge installed ( Version 80.0.361.69 (Official build) (64-bit) )"debug.javascript.usePreview": true
and this is my launch.json:{ "name": ".NET Core Debug Blazor Web Assembly in Edge", "type": "pwa-msedge", "request": "launch", "timeout": 30000, "url": "https://localhost:5001", "webRoot": "${workspaceFolder}/Server", "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}" }When I trying to start debug I see this error:
Unable to launch browser: "Failed to launch browser! [0327/171300.005:ERROR:file_io.cc(89)] ReadExactly: expected 120, observed 40 TROUBLESHOOTING: https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md
Can you help me find out what's wrong?
_Originally posted by @vchirikov in microsoft/vscode-js-debug#405
I've been getting a steady trickle of reports on this from people using Blazor, reported on both Chrome and Edge. @digeff reports that they haven't seen this on VS, and I haven't received reports on this from any non-Blazor users. Is there anything Blazor is doing differently that could cause this? Trees to bark up would also be appreciated 😛