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
- Host: GitHub
- URL: https://github.com/sferrini/sfjumptoline
- Owner: sferrini
- License: mit
- Created: 2015-03-28T21:42:30.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-29T21:02:22.000Z (about 10 years ago)
- Last Synced: 2025-01-31T10:11:44.609Z (3 months ago)
- Language: Objective-C
- Homepage:
- Size: 660 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
![]()