copenndthagen
copenndthagen

Reputation: 50790

NSLog messages while using Leaks

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

Upvotes: 5

Views: 1126

Answers (1)

iHS
iHS

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

Related Questions