![Upload Screen Shot 2015-12-03 at 2.33.37 PM.jpg failed. Please try again.]]](http://upload-images.jianshu.io/upload_images/113685-34ba4715ae4130d0.jpeg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
- 模块显示与隐藏
显示控制台(Show/Hide the debug area):shift+command+Y
显示/隐藏实用工具面板(Show/Hide the utility area):Command+Option+0
显示/隐藏导航器面板(Show/Hide the navagitor area):Command+0
command + alt +j show files with matching name
- 调试
F6单步调试、F7跳入,F8继续, 和Eclipse,VS类似
使用F...键需要在设置-键盘里勾选图中的选项
-
查看View层级
- Debug--View Debugging--Capture View Hierarchy
- 或者用代码部分下部的按钮
http://www.cnblogs.com/langtianya/p/3888157.html