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

General Discussion

Console in Brackets text editor ?

How to show the console in Brackets text editor ?

3 Answers

Under debug click on show developer tools. Hope this helps!

Also you could do a live preview and open the developer tools on your browser. I believe the console in Brackets is for Brackets being that it's open source. Not positive though.

Thanks, it was helpful

@ AM, I got what you mean... I also use bracket and wondering if it could do like TH workspace. @ TB, yes you r right, been trying to get in file course but it doesn't work. Thanks!

A good alternative (because sometimes it's frustrating to use Chrome console) is to use Code Pen, you can create a Pen, minimize html and css panels and enable the console. You can then have your script running automatically in one neat place.