Xcode plugin that provides easy set breakpoint with action.
- fast setting breakpoit with action
- auto import
Foundation
andUIKit
in LLDB (TODO)
- You will move the cursor to the location where you want to output backtrace.
- You press the shortcut key(
Command + Shift + ;
) or the menu(Debug -> Tuna -> Set Backtrace Breakpoint
)
- You select the variable that You want to output.
- You press the shortcut key(
Command + Shift + '
) or the menu(Debug -> Tuna -> Set Print Breakpoint
)
in the case of select cell.textLabel.text
- You press the shortcut key(
Ctrl + Shift + '
) or the menu(Debug -> Tuna -> Toggle Breakpoint
)
- You press the shortcut key(
Ctrl + Shift + "
) or the menu(Debug -> Tuna -> Toggle Breakpoint
)
- You press the shortcut key(
Ctrl + Shift + [
) or the menu(Debug -> Tuna -> Toggle Breakpoint
)
- You press the shortcut key(
Ctrl + Shift + ]
) or the menu(Debug -> Tuna -> Clear All File Breakpoint
)
Download the project and build it, and then relaunch Xcode.
Tuna will be installed in ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins
automatically.
If you want to uninstall, remove Tuna.xcplugin in the Plug-ins
directory.
- Xcode 6.0+
~/.xvimrc
vnoremap <enter> :xcmenucmd Set Print Breakpoint<CR>
noremap \<enter> :xcmenucmd Set Backtrace Breakpoint<CR>
shortcut word
- 「Debug->Tuna->Set Backtrace Breakpoint」
- 「Debug->Tuna->Set Print Breakpoint」
See Releases.
Tuna is released under the MIT license. See LICENSE for details.