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 trial

Development Tools

Joel K
Joel K
3,845 Points

DOM Firebug Tool

Does anyone know what the equivalent of the DOM tool in Chrome Dev tools. Firebug has a pretty easy way to inspect the whole DOM.

2 Answers

I believe you're asking what the equivalent to Firebug is in Chrome? Chrome has it's own set of dev tools built right into the browser. You can right click and "inspect element" without having to open the dev tools and that will bring you to the full feature version of the chrome developer tools. Shortcut on mac is cmd + option + i

Joel K
Joel K
3,845 Points

Hey. Actually not asking that. I realize Chrome has very thorough dev tools. Firebug specifically has a DOM section which brings up the entire DOM of any page. I'm not sure there is an actual equivalent in the chrome tools?