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

Julianna Kahn
Julianna Kahn
20,702 Points

When 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?

Hi 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!

4 Answers

If 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.

just 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.

Mark Warren
Mark Warren
19,252 Points

Hi! Go to chrome://extensions and turn off lastpass. It tends to interfere with a lot of JavaScript tools.

Ahh this was throwing me way off!! Thanks all! Incognito for the win!