Xcode plugin that provides easy set breakpoint with action.
Xcode plugin that provides easy set breakpoint with action.
Foundationand
UIKitin LLDB (TODO)
Command + Shift + ;) or the menu(
Debug -> Tuna -> Set Backtrace Breakpoint)
Command + Shift + ') or the menu(
Debug -> Tuna -> Set Print Breakpoint)
in the case of select
cell.textLabel.text
Ctrl + Shift + ') or the menu(
Debug -> Tuna -> Toggle Breakpoint)
Ctrl + Shift + ") or the menu(
Debug -> Tuna -> Toggle Breakpoint)
Ctrl + Shift + [) or the menu(
Debug -> Tuna -> Toggle Breakpoint)
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-insautomatically.
If you want to uninstall, remove Tuna.xcplugin in the
Plug-insdirectory.
~/.xvimrc
vnoremap :xcmenucmd Set Print Breakpoint noremap \ :xcmenucmd Set Backtrace Breakpoint
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.