On 21.03.2013, at 15:05, Luca Ciciriello wrote: > Is it normal that no breakpoint is reached (disabled?) when the Link-Time > Optimization is enabled? > > Luca.
This is probably the effect of the optimizer: there is simply no corresponding match for the source line and code anymore after LTO has been applied. You are better off to debug in not optimized code. _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com