NewKreature
NewKreature

Reputation: 23

Xcode: keyboard shortcut to navigate to next/previous breakpoint

I thought I remember a keyboard shortcut in Xcode to jump to the next breakpoint in a project. I used this to quickly jump back and forth between two sections of code I was working on. I'm worn out by looking through loads of Google results to no avail. I'm also open to an alternative way to bookmark and navigate between two places in Xcode with a keyboard shortcut. Thanks!

Upvotes: 2

Views: 1377

Answers (1)

zeytin
zeytin

Reputation: 5643

  • Open Xcode

  • Press command and + at the same time ( or just go to Xcode preferences )

  • Choose Key bindings section and write to search bar "step"

You can change as you wish or use default ones.

enter image description here

Upvotes: 1

Related Questions