Debugging in different kinds of browser
Teknoloji
4
Jul
2009
Here, I try to list some debugging tools for different kinds of browser:
- There have script editor in Microsoft Office which we can use to debug javascript which is stable than Microsoft Script Debugger according to my experience. You can install it from Microsoft Office(eg, Office 2003).
- Internet Explorer Developer Toolbar is a tool to help you explore and understand web page, such as view and modify DOM, finding the css style used on an element
- Microsoft Visual Studio include heavy tool to debug javascript and view DOM tree which is maybe your another option.
- FireFox
- FireBug is wonderful tools for javascript debug and web page explore
- Chrome
- It come from WebKit and Google provide an embed tools in it. You can get javascript debugger tool shown below:

and explore web page as below:

- Safari
- It also base on WebKit, so it’s same as Google way.
- Opera
- Opera dragonfly is option for javascript debugging and web exploring. You can easy get tools by access Opera debug menu in Opera. A menu will be added like belowing:

- SeaMonkey
- Tools is there in browser. You can invoke it from menu:

- Konqueror
- Web Browser, File Manager and more for the K Desktop Environment
Source/Kaynak : http://blogs.sun.com/leonfan/entry/debugging_in_different_kinds_of