Wednesday 13 July 2011

Debuggging Javascript using developer tools in IE8

We can now debug Javascript with the developer tool bar plugins integreted in IE8 and IE9.

Follow these steps

1. Open developer tools bar (From Tools menu OR by pressing F12)
2. Click on "Script" tab
3. Click on "Start Debugging"

Now you can set breakpoints, use watch to inspect variables during runtime, see call stack etc ...

No comments:

Post a Comment