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

Development Tools Basic and Conditional Line Breakpoints

Question mark appearing before the line number when I set up a conditional breakpoint?

In the debugger, a question mark appears before line number 23 when I set up the conditional breakpoint. The play button disappears, too.

on a side note, is there anyway to rearrange the debugger? the box on the right with breakpoints and scope come up under the elements console block. so to use both covers up 2/3 of my page.

1 Answer

The question mark does nothing but regarding your confusion that the play button disappears , it disappears if you click it repeatedly because the loop ends and there are no more guests with the unchecked checkbox . Also there is a way to rearrange if you hover over the sidelines of the breakpoints you cursor will change and allow you to drag to the side if you wish to . I hope i have solved your problem