
Bec Asmar
3,083 PointsHow 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
Treehouse Guest TeacherHi 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.

Bec Asmar
3,083 PointsThanks Robert!