不奢望岁月静好 只希望点滴积累

0%

idea快捷键记录

command + 左右键 跳转到行首、行位
option + 左右键 跳转到单词的首、尾
command + enter 在下边插入一行、光标不变

debug相关:
Show Execution Point(Alt + F10) 将光标从其它页面或者代码行、跳转到当前正在执行的行
Step Over(F8): 步过, 一步步往下走
Step into(F7): 步入,可以进入方法内部
Force Step into(Alt + Shift + F7): 强制步入, 可以进入官方类库
Step out(Shift + F8): 步出、跳回到方法调用处
Run to Cursor(Alt + F9): 运行到光标处
Evaluate Expression(Alt + F8): 计算表达式