objective c - What happens when I would leave some breakpoints in my code? -
i making app in app store objective-c. made couple of them, still have following question. use breakpoints lot troubleshoot code, happens when leave 1 in code when uploading apple. archive project discard breakpoint or app uploaded breakpoint, not stop program on actual device?
breakpoints aren't in code, such. exists while app being debugged. xcode remembers breakpoints had set , re-adds them each time runs app in debugger.
breakpoints aren't in archive , won't affect program on user's device.
Comments
Post a Comment