/SFJumpToLine

Xcode plugin that moves the instruction pointer to the selected line

Primary LanguageObjective-CMIT LicenseMIT

SFJumpToLine

Xcode plugin that moves the instruction pointer to the selected line.

Install:

  • Install via Alcatraz
  • Or clone and build the project, then restart Xcode.

Uninstall:

  • Uninstall via Alcatraz
  • Or run rm -r ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/SFJumpToLine.xcplugin/

Usage:

Once you are break, do ^J (ctrl + j) on the line you want to jump with the instruction pointer.