Reputation: 50790
How do I see NSLog messages while using Leaks? It does not show the console output?
Upvotes: 5
Views: 1126
Reputation: 5432
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
Upvotes: 12