Sunday, March 22, 2009

IE8 JavaScript Debugger statement not working

Well I just downloaded Internet Explorer 8, after playing with it for a while, I started programming using. I have Visual Studio 2005 installed on my box, and suddenly I notice that IE8 is not responding to my “Debugger” statements in the JavaScript. After numerous Google queries i decided to take matters into my own hands. I started playing with built in debugger’s option, within few seconds what I saw “Script” tab inside I saw “Start Debugging” button. So all I had to do was to click on Start Debugger and suddenly it started hitting all the “debugger” statements.

image

No comments:

Post a Comment