In Xcode 3, the line number of the current cursor location was displayed. I don\'t see this in Xcode 4. Is there a setting that will turn it on? Or a keypress that will giv
If you don't want line numbers shown all the time another way to find the line number of a piece of code is to just click in the left-most margin and create a breakpoint (a small blue arrow appears) then go to the breakpoint navigator (⌘7) where it will list the breakpoint with its line number. You can delete the breakpoint by right clicking on it.