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

JavaScript Asynchronous Programming with JavaScript Asynchronous JavaScript with Callbacks Stepping Through Async Code

How do you step through your code without stepping through any chrome extention JS?

When I step through my javascript code to debug, it steps through all the js files that are connected to other chrome extentions I have. Is there anyway to just have the browser run through one js file?

2 Answers

Robert Manolis
STAFF
Robert Manolis
Treehouse Guest Teacher

Hi Bec Asmar, there are ways to "blackbox" files so they can be ignored while debugging. Here's a Chrome doc that talks about that. Hope that helps. :thumbsup:

Thanks Robert!