Thursday
Feb042010
Debugging JavaScript in IE8 with Developer Tools
Thursday, February 4, 2010 at 2:56PM IE8 comes with developer tools that allow you to debug JavaScript. How many times have you seen this:
When you need to debug JavaScript press F12 or select options –> Developer Tools. This will bring up the developer tools. Click the Script tab at the top and set breakpoints as needed.
The right hand pane has a locals view that will show you the values of your variables as you step through the JavaScript. Hit the start debugging button and reload the page in your browser. You can continue (F5) after hitting your breakpoint and checking out the values.
Rory |
Post a Comment | tagged
Debugging
Debugging
Reader Comments