The one I use most is firebug. It has good functions, but it also has shortcomings.
For example, it is inconvenient to debug without break points, and break points cannot be automatically followed by events. This is very inconvenient for analyzing other people's code, and the execution point of the js program can often not be found.
Are there any other good tools? Please share.
Well, it’s 2017, you should try to use native developer tools:
https://developer.mozilla.org...
Thanks for the invitation. I have always had trouble using firebug, but the developer tools that come with FireFox are very useful...
Post a screenshot:
(I use the black theme. If you are used to watching firebug, there is also a firebug theme in the settings...)
firebug has stopped updating, Chrome’s development tools are more powerful.