Hi all,
Is there any tools available for Dynamic Code Analysis for Objective C Codes?
Thanks in Advance
Hi all,
Is there any tools available for Dynamic Code Analysis for Objective C Codes?
Thanks in Advance
Yes, it is called Instruments. Comes with the developer tools. It allows you to look at tons of information during runtime. There is also Shark, wich is more oriented towards performance analysis.