An open API service indexing awesome lists of open source software.

https://github.com/sferrini/sfjumptoline

Xcode plugin that moves the instruction pointer to the selected line
https://github.com/sferrini/sfjumptoline

Last synced: 3 months ago
JSON representation

Xcode plugin that moves the instruction pointer to the selected line

Awesome Lists containing this project

README

        

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

### Install:

- Install via [Alcatraz](http://alcatraz.io/)
- Or clone and build the project, then restart Xcode.

### Uninstall:

- Uninstall via [Alcatraz](http://alcatraz.io/)
- 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.