Internet Explorer 8 is different from the previous verisons in many ways. One of them is the way you debug javascript. IE 8 has its own developer tools and one of them is for script debugging. Press F12 to open developer tools and click script tag to use debugging features of IE 8. Also you don’t have to totally enable script debugging for the browser. You can debug the instance you are working on. This prevents those annoying script errors from popping in other sites you visit.
Popularity: 8% [?]
Tags: Enable Script Debugging, IE 8, Internet Explorer 8, Javascript