Integrated Developer Tools Built Into IE8
By Jason Faulkner on Oct 5, 2009 in Daily Tips, Internet & The Web | comments(2)
Web developers who are formatting/debugging web sites for Internet Explorer will be interested to know that there are developer tools built into IE8.
Internet Explorer 8 simplifies the process of debugging by including developer tools out of the box and making those tools easy to use. Instead of having to find, download, and install a separate debugging application, just press SHIFT+F12, or click the developer tools icon in the command bar.
Basically, this just incorporates the IE7 add-on from Microsoft, which had to be installed separately, into the new browser. Additionally, there is a step through debugger available for tracking down bugs in your javascripts. This is type of tool is incredibly powerful and useful.
Again, while IE may not be your browser of choice, web developers always have to make sure their pages look good in all the major browsers because you don’t know what your visitors will be using.

Yesterday Chris Flores, a director at Microsoft for the Windows Client Communications Team, 