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 trialLearning coding
Front End Web Development Techdegree Student 9,937 PointsWhere is the magnifying class tool Nick talks about at 1.10 min?
With this tool it's easy to inspect pages and search for bugs. Where can you find it in the developers tool?
2 Answers
Chris Davis
16,280 PointsIt looks like that may have been an older version of chrome developer tools. The current inspector icon is a square with an arrow in the bottom right hand corner. It is usually placed in the upper left corner of the developer tools. You can also press Ctrl + Shift + C to switch to inspect element mode. Hope that helps
Chris Davis
16,280 PointsYou are welcome Sean!
Learning coding
Front End Web Development Techdegree Student 9,937 PointsLearning coding
Front End Web Development Techdegree Student 9,937 PointsThanks!
Sean Flanagan
33,235 PointsSean Flanagan
33,235 PointsThank you Chris. That does help. :-)