At some point during my work, Xcode\'s po and p commands stopped working. No matter what I enter, it doesn\'t generate output:
po
p
(gdb) po
Silly me, I was in the 'Target Output' window instead of the 'Debugger Output' window.
Somehow I thought I checked the other console windows there, but apparently I didn't.
I added filter in debugger which hid other logs. Removing the filter worked for me.