文章目录
use
https://developer.apple.com/downloads/index.action
http://alcatraz.io/
Shourtcuts
command + 0/1
: toggle some barcommand + b
: build, command+shift+k
:clean, command + .
:build stopcommand + r
: build + runcommand + y
: build + debugcommand + \
: toggle breakpointcommand + []
: tabcommand + shift + re
: stop run or debugcommand + shift + n
: new projectcommand + shift + o
: ctrlp,定位文件或方法,支持缩写command + option + s
: save allctrl + command + J
: jump to definitionctrl + command + -->
: forward/backwardctrl + command + Up
: switch between .h
or .m/.cpp
fileF6
: step overF7
: step intoF8
: step out