What is a good Javascript debugging tool?

后端 未结 16 760
渐次进展
渐次进展 2020-11-29 06:12

Haven\'t touch javascript for 3 years. Just got a javascript project and wanted to know any new ways or tools emerged these years to debug javascript? I used alert 3 years

16条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-29 06:35

    Use the Firebug extension for Firefox, or the built-in Web Inspector in any WebKit browser (Chrome or Safari). In IE8, you can use the built-in Developer ToolS.

提交回复
热议问题