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 trialNataly Mota
5,295 PointsFor some reason the pause on exception button is not appearing on Chome browser' developer tools. How can I fix this?
I have been trying to follow along the Debugging module of the "Intro to Programming" course on "Tree House," but there is no "Pause on Exception" button appearing on developer tools in my computer's Google Chrome web-browser's "Developer Tools," on the right-hand column of its "Source" tab, next to the "Deactivate Breakpoint" button. Is there a way for me to fix this issue, so that it does? Could somebody help me with this problem?
3 Answers
devvoyage
Front End Web Development Techdegree Student 15,200 PointsHi there, Nataly Mota! As is often the case, things change rapidly in the tech world. It seems that the button has been removed in the newer versions of Chrome, and you can now find two separate checkboxes under the "Breakpoints" subsection under the "Source" tab of the developer tools. There are now two separate pause conditions, one for uncaught exceptions and one for caught exceptions.
Hope this helps!
Rohald van Merode
Treehouse StaffThanks for bringing this issue to our attention and providing a solution 😄
I've just updated the Teacher's Notes of this video for future reference 🙂
Nataly Mota
5,295 PointsThank you both! The information that you provided in your replies was definitely very helpful, and completely solved my issue!
I appreciate it!