Which tools do you use to debug HTML/JS in your browser?

后端 未结 17 1700
梦谈多话
梦谈多话 2020-12-01 22:22

I\'d like to collect the best debugging aids for all browsers out there. So that would probably be Firebug for Firefox but what do you use for IE? Safari? Opera? Opera Mini?

相关标签:
17条回答
  • 2020-12-01 22:47

    Firebug is not the most lightweight tool, so I sometimes use other add-ons for Firefox:

    • If you're playing with XPath, XPath Checker is handy and lightweight. I tweaked it on my own however to display the HTML source of results as text rather than as HTML nodes.

    • Tamper Data or HttpFox are useful to see the request from webpages (well, AdBlock Plus also can be;), see the cookies being set by the web server etc.

    0 讨论(0)
  • 2020-12-01 22:47

    Using Firefox, in addition to Firebug (as many have previously mentioned) I find Mozilla's Venkman JavaScript debugger rather handy from time to time too.

    0 讨论(0)
  • 2020-12-01 22:50

    In Internet Explorer or other Browsers than FireFox:

    FireBug Lite

    0 讨论(0)
  • 2020-12-01 22:53

    For Chrome, Chrome Dev Tools.

    0 讨论(0)
  • 2020-12-01 22:55
    1. IETester for IE-versions.
    2. Adobe BrowserLab or SuperPreview extension for IE for testing designs in multiple browsers.
    3. Developer Toolbar for IE.
    4. And ofc Firebug for FIrefox.
    0 讨论(0)
提交回复
热议问题