Why is my xcode 4.2 log always empty?
in a method that is accessed three times I want to write something to the log. NSLog(@"%@", [response responseString]); But there is nothing in the log. The log windows is completely white. Normally when I start an application there is always some stuff that shows up in the log but now it is totally empty. How can I fix this? Perhaps a really silly thing, but in the top right-corner of the console you should see this: Check that the middle segment or right segment is selected. NSString *responseString = [response responseString]; NSLog(@"%@", responseString); set a breakpoint on the first line