-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
Milestone
Description
Transferring this question here based on my question in the mono project
To save you the long read, here's the gist of it:
As far as I can tell debugging Blazor Wasm is currently only possible in Chromium based browsers because it relies on the Chrome DevTools Protocol. Having Firefox support as well would be great since there's many people using it as a daily development driver.
Taking that into consideration I have a few questions on the current state and future plans of the Wasm debugger and its support for different browsers:
- Is using the Firefox debugger currently supported and I'm just missing some configuration steps to make it work?
- Are there any future plans to add such support if it doesn't exist already?
- Firefox Nightly apparently supports a limited subset of CDP. If support is not planned, maybe the existing configuration could at least be tweaked to support one flavor of Firefox?
- If support is not planned because of the big workload another debugger implementation would cause, are community contributions still welcome to add support for it or can I and potentially others save myself the work on this? There used to be a PR about this topic already, for reference
sshquack, leotsarev, orvly, Turnerj, daletman and 1 more