Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialChien-Ta Chen
3,411 PointsHow can I open the javascript console in safari 9 ?? cmd + opt + c doesn't work. Thanks.
Did somebody have the same problem as me? I can't find out that how to open the javascript console...
3 Answers
John Hillegass
1,505 PointsHmmm not sure why the shortcut is not working for you.. but you can always open it by going to "Develop > Show Error Console. If you don't see the Develop menu, you'll need to turn it on using Safari Preferences. Open Safari > Preferences, and click on the Advanced Tab." (http://www.wickedlysmart.com/hfjsconsole/)
Abdullah Khalid
12,178 PointsTo access the developer console in Safari, use the Develop > Show Error Console menu item (Option-Cmd-C):
Abirbhav Goswami
15,450 PointsCheck your keyboard layout. I had changed mine to US PC for some reason, and the Option key wouldn't do much. Changed it back to the standard US Mac layout, and voila! It works now.
Chien-Ta Chen
3,411 PointsChien-Ta Chen
3,411 PointsThanks for solving the problem!!