23
gitpush
6y

Why does FireFox has the shittiest dev tools?
Working on my website and it kept throwing "TypeError: Failed to fetch"
with no other info

Opened Chrome and that thing gave me the entire error without even modifying my logs code, and now I can peacefully solve the problem -.-

Comments
  • 1
    @Floydian good point you have there it comes at a price
  • 1
    @2lazy2debug totally forgot about that lol I'll check it out thanks man :D
  • 3
    Chromium has great dev tools, chrome receives them a few releases later, Firefox used to be good with firebug but I stopped using them.
  • 2
    @C0D4 so you recommend I get chromium for better debugging tools?
  • 3
    @gitpush I would yes.
    If you don’t like using chrome due to google, then chromium is the step up.

    And it usually contains pre-release tools compared to what chrome offers.
  • 3
    @Floydian I doubt the opposite is true for proprietary software, you still get shit software even when it has been pumped with cash ...and not all ‘free’ software is shit. I think you need to adjust your wording slightly.
  • 2
    @C0D4 OK great, thanks man I'll give it a shot
  • 1
    @jespersh I dont' do that for a living too and damn it is soo annoying :\
  • 2
    Mine personal favorite is safari, gets the job done ALl the time
  • 1
    I find Firefox's nightly build Dev tools to be quite decent. Only slightly less effective than chrome, but nothing annoying.
  • 1
    @Floydian but firebug used to be the best and it was free 🤔
Add Comment