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 trialJulianna Kahn
20,702 PointsWhen I use the debugger, it only stops on items from include.postload.js, which looks nothing like my JavaScript file.
Could the additional reference to adBlock have anything to do with this?
4 Answers
Unsubscribed User
11,402 PointsIf you are being redirected to another script file in chrome tools while stepping through your functions open your workspace preview in Incognito mode to disable browser extensions.
Moritz Wallawitsch
736 Pointsjust clicking on the right side play/pause button a few times (some other extensions scripts in my browser where invoked) resumes those extension scripts to get to the callback.js script.
Moritz Wallawitsch
736 Pointsalso this might be helpful: https://stackoverflow.com/questions/8862330/how-to-disable-chrome-extensions-js-when-debugging-in-devtools
Mark Warren
19,252 PointsHi! Go to chrome://extensions and turn off lastpass. It tends to interfere with a lot of JavaScript tools.
Andrew Kilroy
9,767 PointsAhh this was throwing me way off!! Thanks all! Incognito for the win!
blueskyispink
2,997 Pointsblueskyispink
2,997 PointsHi Julianna,
I have a similar issue when it throws out onloadwff.js, which I am not familiar with. I hope someone will be able to help us out!