5 ms·
Great to see Mozilla consistently improving devtools in Firefox. I have been using them over Chrome for a while now, hope it gets to a place where most devs sta
by pcx 7y ago
Great to see Mozilla consistently improving devtools in Firefox. I have been using them over Chrome for a while now, hope it gets to a place where most devs start using FF again for debugging web apps.
- cm-t 7y agoI agree, devtools are getting better. By the way , I recommmend developpers to use the developper edition https://www.mozilla.org/fr/firefox/developer/ https://www.mozilla.org/fr/firefox/developer/
- teknopurge 7y agoI've been using the dev build for years. Highly recommended. (about:performance)
- johnward 7y agoWhat is the difference? I just thought it was basically a dark theme.
- sebazzz 7y agoIt is somewhat newer than mainstream, does not require to enter "yes I'm sure" when opening the dev console and has actually a beta qualifier as version number. I haven't run into any stability issues though.
- addicted44 7y agoThey have some experimental features enabled there which they don't in other channels. For example, I'm running Nightly, and the Dev Tools>What's New tab says the "Debug Variables with Watchpoints" (break when a property is read/written) feature is in Developer Edition (and presumably not in Nightly or the Release channel).
- Someone1234 7y agoHere's a generic link that should direct you to the page based on language (rather than the French or en-US one): http://www.mozilla.org/firefox/developer/ http://www.mozilla.org/firefox/developer/
- fandaa 7y ago> DevTools’ Network panel can now inspect WebSocket messages and automatically formats a variety of framework formats Finally! This was the main reason to develop on Chrome instead of FF for me. The rest is almost comparable with Chrome DevTools for everyday web development.
- skykooler 7y agoFirefox devtools are great now! The only thing I still use Chrome for is debugging Node (which, since it's webkit based, is probably unavoidable).
- weinzierl 7y agoFor me the Grid Inspector alone makes using the FF devtools worth it.
- liminal 7y agoThe CSS Changes page is a godsend. When editing CSS live it collects all the changes you've made so you can then go back and apply them in your codebase without having to hunt for them in the page elements.