0

Iam doing one applciation.In that i put the some breakpoints.But they are not fired,directly program will be executed.Iam using xcode4 with ios 4.3.And my device version is ios5.So please tell me how to solve this one.This problem will be faced in device only.In simulator it will be working fine.

1 Answers1

0

You need to set the build configuration to 'Debug' mode. Currently you are probably in the 'Release' mode where breakpoints aren't fired.

Sergey Lost
  • 2,511
  • 3
  • 19
  • 22
  • No use.Breakpoints were not fired.Please check Iam developing app in xcode 4 with ios 4.3 sdk.And iam running my app in iphone 4 with ios 5 version. – Venkat Naresh Oct 28 '11 at 06:04
  • Once again. Go to the menu: Product > Edit scheme... Select Run [YourAppName] on the left, open the 'Info' tab and make sure that 'Build Configuration' is set to Debug. – Sergey Lost Oct 28 '11 at 15:42