Where do you enable web developer tools in Safari on windows? I can't find it anywhere. A quick web search found some really complicated instructions that felt more like a hack then turning on a setting. Does Apple really make it that hard to develop in their browser?

link|improve this question
feedback

migrated from stackoverflow.com Jun 25 '11 at 10:16

This question came from our site for professional and enthusiast programmers.

2 Answers

up vote 8 down vote accepted

For quick access using a mouse, be sure to go into Preferences, Advanced, and check the 'Show Develop menu in menu bar'. Then, select 'show menu bar' from the gear menu (if you haven't already).

The 'Develop' menu now appears and has lots of options for you!

link|improve this answer
This is the real answer. I'd forgotten that you had to enable it. – thirtydot Jun 25 '11 at 0:05
Yep. They can be tricky, those Apple devs. ;-) – Dan Esparza Jun 25 '11 at 0:06
feedback

Press Ctrl + Alt + I, or right-click anywhere on a page and click "Inspect Element".

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.