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

 

 

 

相关文章:

  • 2021-08-31
  • 2021-11-28
  • 2022-02-21
  • 2021-10-20
猜你喜欢
  • 2022-12-23
  • 2021-08-21
  • 2022-12-23
  • 2022-12-23
  • 2022-01-10
  • 2021-11-28
相关资源
相似解决方案