How do you debug Javascript applications?

后端 未结 3 476
滥情空心
滥情空心 2020-12-20 03:26

I work in an application that is JavaScript intense. So to debug , I end up using many alerts. Are there other better ways to debug ? What methods do you use ?

3条回答
  •  一生所求
    2020-12-20 04:12

    Most modern browsers include a console, which can help with displaying syntax errors and the like. Of course, there's Firebug.

提交回复
热议问题