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