Why we using #ifdef DEBUG in iphone -


thanks sending me answer in advance....i m beginner in iphone.

i excited why using #ifdef debug in iphone.also wanting information how use , limitation.

a code in

#ifdef debug //some code #endif 

is executed in debug builds. why use it? because can add logging debug builds in order information performance or else want know code.


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -