Why? How do I fix the Objective-C lldb debugger so that it prints results of running debugger commands?
I am using Macbook OS X version 10.9, Xcode version 5.0.2 (5A3005).
For the uninitiated, Objective C is a programming language used by Apple for the OS X and iOS operating systems, and their respective application programming interfaces, Cocoa and Cocoa Touch.
Solution
In the lldb console, where you see (lldb) in blue, notice there is a drop down list at the bottom with the following values:
All Output
Debugger Output
Target Output
Debugger Output
Target Output
Select All Output from the drop down menu and you'll see the results of running debugger commands.
Questions? Let me know!