thanks for sending me answer in advance….I m the beginner in IPhone.
I really excited why we using #ifdef DEBUG in iphone.Also wanting information about how to use it and its limitation.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
a code in a
is executed only in the debug builds. Why we use it? Because you can add some logging into the debug builds in order to get information about your performance or just anything else you want to know about your code.