Remix.run Logo
overfeed 2 days ago

> In your view, what is it that makes chrome the best?

As a former Firebug fan: Chrome/Chromium has had superior browser dev-tools experience for over a decade now.

pfg_ 2 days ago | parent | next [-]

Whenever I use chrome, I'm missing the style editor and multi-line repl mode from firefox. When I switched to firefox from chrome, I didn't miss anything. There might be new features chrome has added since that I would want if I knew about them

TJSomething 2 days ago | parent [-]

While I agree on those counts, the debugger in Chrome handles large files of minified code, deep framework stack traces, and stopping in dysfunctional code better.

unilynx 2 days ago | parent [-]

Except for infinite loops in JS. Firefox still handles those better.

dawnerd 2 days ago | parent | prev | next [-]

You should try out Firefox’s if you haven’t. It’s pretty good now and I haven’t found something that I’ve been like damn wish it was there. Lighthouse testing I guess?

robin_reala 2 days ago | parent [-]

https://addons.mozilla.org/en-GB/firefox/addon/google-lighth...

righthand 2 days ago | parent | prev [-]

Firefox dev tools tell me why my requests and scripts fail because of CORS or blocked by a plugin or what have you. Chrome doesn’t remotely even provide that info.

I honestly have never seen a Chrome dev tools feature that was better or necessary for good web development that Firefox didn’t already have in the last 15 years. Yet I always see this bizarre sentiment of how the dev tools were better “just because”.