0

When I set break point at some line and press Build&Go my breakpoints become yellow and my program continues. Nothing happens. I`ve unchecked Object Lazy ..., optimization levels, active target is Debug, load debugging symbols is checked. I also want to mention that my debugger never worked before.

Ann
  • 3
  • 2
  • Possibly a duplicate question: http://stackoverflow.com/questions/924407/what-is-the-meaning-of-the-color-of-the-breakpoint-mark-in-xcode and http://stackoverflow.com/questions/64790/why-arent-my-breakpoints-working-in-xcode – Frank Shearar Mar 30 '10 at 20:11
  • I certainly know that this part of code is loaded due to NSLogs. So there is another problem. – Ann Mar 30 '10 at 20:16

2 Answers2

0

Try "Build and Debug" instead.

0

Try to refresh the files you are working on, make sure you have build automatically set, clear all breakpoints, restart eclipse this might help.

Ayrad
  • 3,996
  • 8
  • 45
  • 86