I sometimes need to debug JS in other browsers, and it would be very good if they all had Firebug - failed, what is the closest to them?
Firebug lite
IE8 - Developer Tools (F12)IE6,7,8 - Visual Studio / Microsoft Script Debugger / DynaTrace (for tracking JS, not for debugging)Chrome, Safari - tools for developers.
IMHO Firebug is the best tool, but it can only be used in Firefox
Opera has a great dragonfly developer console that can profile your code (find bottlenecks and redundant code) and also go through breakpoints.
For Safari and Google Chrome Developer Tools .
Just right-click anywhere and select "Inspect Element" or use the shortcut Ctrl + Shift + J :
Developer Tools http://img79.imageshack.us/img79/426/devtools.png
Fiddler is the one I use: http://www.fiddler2.com/fiddler2/
There is Charles: http://www.charlesproxy.com/ Also WireShark: http://www.wireshark.org/
What about Firebug Lite ? He claims to work in IE, Opera, and Safari, just being a Javascript file.
Firebug can be used in another browser with its javascript version: hhttp: //getfirebug.com/firebuglite
Anyway, Safari has a web inspector that shines.
IE has a toolbar.
Source: https://habr.com/ru/post/1303586/More articles:Should I use the correct punctuation for pop-ups to alert me to a single sentence? - designMVC 2 and Entity Framework. Should I put Entity in a separate layer? - asp.net-mvcHow can I say that ILMerge is used - .netCan you explain (mathematical calculation) the example of gestures (Levenshtein)? - androidjQuery toggles the display / hide of elements after a certain number of matching elements - javascriptWhat is the preferred SQL server column definition used for the LINQ to SQL Version property? - .netJavaScript addon for browsers - firefoxAre there general version control options in the database? - version-controlRegex - PHP Lookaround - phpA simple state machine using the Static class in C # to notify other subscribers through events - c #All Articles