Any good tools to find bugs in browsers ?

For discussions about programming, and for programming questions and advice


Moderator: Forum moderators

Post Reply
mimine
Posts: 135
Joined: Wed Aug 24, 2022 5:56 pm
Has thanked: 11 times
Been thanked: 9 times

Any good tools to find bugs in browsers ?

Post by mimine »

Hi all,

I am testing some browsers and I need some infos if you know ?
Do you know good benchmarks or tools to find bugs ?
Or web pages with tools and scripts to detect bugs ?

One example, I found out that firefox is slow with canvas canvas2D, but how can I investigate further with javascript or tools to find the exact cause ?

Thanks :)

mimine
Posts: 135
Joined: Wed Aug 24, 2022 5:56 pm
Has thanked: 11 times
Been thanked: 9 times

Re: Any good tools to find bugs in browsers ?

Post by mimine »

cormoran wrote: Mon Dec 19, 2022 11:55 am

I use Firefox Developer edition because I prefer working with it and then spot check in Chrome before I ship. If anything works in one and doesn't work in the other, it doesn't get shipped. Both Firefox and Chrome are fully supported and both have equal priority.

Do you use it on linux ? Which linux and how to install it ?
Thanks :)

KalamyQ
Posts: 16
Joined: Wed Jul 13, 2022 10:59 am
Has thanked: 3 times

Re: Any good tools to find bugs in browsers ?

Post by KalamyQ »

yeah same query

User avatar
bigpup
Moderator
Posts: 6433
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 767 times
Been thanked: 1331 times

Re: Any good tools to find bugs in browsers ?

Post by bigpup »

A good Google search for browser testing should give you some help.

--------------------------------------------------------------------------------------------------------------------------------------------------------------------

Firefox
Pale Moon

Any browser Mozilla based has this.

In the address input enter:

about:about

A list of clickable links will display.

This is a list of “about” pages for your convenience.
Some of them might be confusing. Some are for diagnostic purposes only.
.

Screenshot(1).jpg
Screenshot(1).jpg (48.44 KiB) Viewed 192 times

.
.

Forum Global Moderator
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

Post Reply

Return to “Programming”