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.
Iam doing one applciation.In that i put the some breakpoints.But they are not fired,directly
Share
You need to set the build configuration to ‘Debug’ mode. Currently you are probably in the ‘Release’ mode where breakpoints aren’t fired.