How to make Xcode 4.4 debug console use a popup for autocomplete?
I am using Xcode Version 4.4.1 (4F1003) on OSX Mountain Lion 10.8.1 Say you are debugging in Xcode, and you stop at a breakpoint. Then you go to the debug console prompt and start typing po loc ... For me, one of two things will happen: 1.) The console will display a popup with options (the same way autocomplete works in the main text editing window) or 2.) The console will simply automatically autocomplete to the first thing it finds. For example po localeconv() . Even though I was going to type po locationForAPI . As far as I can tell, it is random as to when Xcode will behave as 1 and when