Xcode breakpoints disabled in Release mode

Posted by Daniel Vela on February 2, 2011

In the last version of xcode (3.2.5) breakpoints are disabled when debugging the Release version.

To solve this problem go to the Preferences, then Debugging, and uncheck “Load symbols lazily”. This fix the issue.

Xcode preferences