Xcode debugger doesn't print object also not showing any error message
After checking all the buttons in debugger window, found there is button at bottom (default selected "All Output") which popup drop-down when we click on it.
This was set to 'Target Output' which causing the problem. Select option either 'All Output' or 'Debugger Output', then we can get values of variable/object when we say po variable/object.