views:

318

answers:

2

Hi,

im using NB 6.8. When i add a breakpoint an icon is added next to the line of code. But that icon is not a pink square but a vertically cutted in half pink square.

Is this the new icon that symbolizes the breakpoint (i expected a non-broken pink square) ??

Bye

Javi

+1  A: 

this icon symbolizes that the break point has been set at an invalid location.

vkraemer
Thanks! so not all code lines in a program are valid to add a breakpoint ?!?!?? In what cases could be invalid ??
Well, putting a breakpoint on a comment wouldn't be valid. Nor, on certain non-executable declarations.
Brian Knoblauch
secondary lines of a multiple line statement also tend to get marked as invalid.
vkraemer
A: 

Thanks! so not all code lines in a program are valid ?!?!?? In what cases could be invalid ??