Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NSLog messages while using Leaks

How do I see NSLog messages while using Leaks? It does not show the console output?

like image 653
copenndthagen Avatar asked Feb 19 '11 07:02

copenndthagen


1 Answers

While using instruments, NSLog statements do not show in the Debugger Console. If you want to see your NSLog statements, you will need to load the system Console application (/Applications/Utilities/Console).

I hope it helps

like image 152
iHS Avatar answered Oct 24 '22 06:10

iHS