JavaScript Troubleshooting Tools in Internet Explorer

前端 未结 7 1519
时光说笑
时光说笑 2020-12-01 09:59

I use Firebug and the Mozilla JS console heavily, but every now and then I run into an IE-only JavaScript bug, which is really hard to locate (ex: error on line 724

7条回答
  •  情歌与酒
    2020-12-01 10:43

    1. Go to Tools->Internet Options…->Advanced->Enable Script Debugging (Internet Explorer)

    then attach Visual Studio Debugger when an error occurs.

    If you're using IE 8, install the developer toolbar because it has a built in debugger.

提交回复
热议问题