-
Notifications
You must be signed in to change notification settings - Fork 92
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
Support for Firefox? #116
Comments
If Firefox supports the protocol, it could likely be done. We already have a similar issue for Edge: #93. From experience (working on the Visual Studio tools that speak the Chrome protocol), all the protocol providers have their own little quirks. Even between versions of the same browser. So it would need a little debugging and tweaking of the code. Interested in giving it a shot? I'd take PR's. |
I tried researching it but feel a bit over my head. I'll continue reading up on it. |
The essence of the work would be
|
If you do this, you've added a major feature that a lot of people would find interesting, and most of the work is in the setup, figuring out how to trace etc. |
I notice that Firefox will handle JavaScript errors differently than Chrome sometimes. I was wondering if adding support for Firefox as a browser debugging option would be possible. I tried opening Firefox, enabling remote debugging in its developer settings, then listened on port 9222. Then in Sublime Text, I run command for Web Inspector. Firefox prompts me to allow the connection, but that's as far as I get. After clicking "ok", Web Inspector doesn't recognize/connect to Firefox. I would like it if Web Inspector could also work with Firefox.
The text was updated successfully, but these errors were encountered: