Hi Xcode developers,
Does anyone know how to determine the current line of source code when debugging in Xcode? For example, when a breakpoint is hit or when stepping through code , how do I know the next line of code to be run? I understand there is a visual indication of the current line in the Xcode editor but I cannot find a non-visual way to determine it.
Thanks.
George Calvert
Comments
Jump to Instruction Pointer
Have you tried the Jump to Instruction Pointer command from the Navigate menu, or Control+Command+P as a shortcut by default?
Jump to Instruction Pointer
Hi João,
That was exactly what I needed! Thanks so much.
George
Old, but perhaps relevant.
AppleVis Xcode guide:
https://www.applevis.com/guides/voiceover-users-guide-xcode
HTH.