现在的位置: 首页 > 综合 > 正文

XCode调试时使用的快捷键和VS的一个有用的快捷键 XCode 3.0

2012年12月05日 ⁄ 综合 ⁄ 共 522字 ⁄ 字号 评论关闭

XCode调试时使用的快捷键和VS的一个有用的快捷键 XCode 3.0

Wentao Sun, Jan. 5th, 2009

Autodesk

1. Debug

Name

Shotcuts

Go(Debug)

Alt + Command + Enter

Run

Alt + Command + R

Debug

Alt + Command + Y

Stop

Shift + Command + Enter

Continue

Alt + Command + P

Step Into

Shift + Command + I

Step Into Instruction

Alt + Shift + Command + I

Step Over

Shift + Command + O

Step Over Instruction

Alt + Shift + Command + O

Step Out

Alt + Shift + T

 

 

 

2. Breakpoint management

Name

Shotcuts

Breakpoint

Command + \

Deactivate Breakpoint

Control + Command + \

Enable breakpoint at current line

Alt + Command + \

 

 

 

3. VS

Name

Shotcuts

Switch between header file and cpp file

Alt + O

 

 

 

抱歉!评论已关闭.