美文网首页IDEA使用技巧收藏
IDEA快捷键拆解系列(十):Run篇

IDEA快捷键拆解系列(十):Run篇

作者: happyJared | 来源:发表于2018-03-20 11:27 被阅读95次

      这是IDEA快捷键拆解系列的第十篇。

      以下是关于Run导航项及其每一子项的拆解介绍,其中,加粗部分的选项是博主认为比较重要的。

    • Run
      1. Run current file ( 运行当前文件 ) Shift + F10
      2. Debug current file ( Debug运行当前文件 ) Shift + F9
      3. Run File with Coverage ( 以统计覆盖的形式运行当前文件 )
      4. Run with JRebel File ( JRebel插件,以普通形式运行 )
      5. Debug with JRebel File ( JRebel插件,以Debug形式运行 )
      6. JREBEL synchronized project with remote server
      7. Run ( 选择文件运行 ) Alt + Shift + F10
      8. Debug ( 选择文件Debug运行 ) Alt + Shift + F9
      9. Attach to Local Process
      10. Edit Configurations ( 配置编辑 )
      11. Import Test Results
        • From File
      12. Stop ( 关闭运行 ) Ctrl + F2
      13. Show Running List ( 查看运行列表 )

      1. Reload Changed Classes
      2. Step Over ( 跳到下一步 ) F8
      3. Force Step Over ( 强制跳到下一步) Alt + Shift + F8
      4. Step Into ( 进入代码内部 ) F7
      5. Force Step Into ( 强制进入代码内部 ) Alt + Shift + F7
      6. Smart Step Into ( 智能进入代码内部 ) Shift + F7
      7. Step Out ( 退出代码内部 ) Shift + F8
      8. Run to Cursor ( 运行到光标处 ) Alt + F9
      9. Force Run to Cursor ( 强制运行到光标处 ) Ctrl + Alt + F9
      10. Drop Frame
      11. Pause Program
      12. Resume Program F9

      1. Evaluate Expression Alt + F8
      2. Quick Evaluate Expression Ctrl + Alt + F8
      3. Show Execution Point Alt + F10

      1. Toggle Line Breakpoint ( 添加/取消行断点,断点会在当前行一直存在 ) Ctrl + F8
      2. Toggle Method Breakpoint ( 添加/取消方法断点,断点会在整个方法内存在 )
      3. Toggle Temporary Line Breakpoint ( 添加/取消临时断点,断点会在使用一次之后消失 ) Ctrl + Shift + Alt + F8
      4. Toggle Breakpoint enabled
      5. View Breakpoints ( 查看所有断点 ) Ctrl + Shift +F8

      1. Get thread dump

    IDEA快捷键拆解系列(前言)
    IDEA快捷键拆解系列(一)
    IDEA快捷键拆解系列(二):File篇
    IDEA快捷键拆解系列(三):Edit篇
    IDEA快捷键拆解系列(四):View篇
    IDEA快捷键拆解系列(五):Navigate篇
    IDEA快捷键拆解系列(六):Code篇
    IDEA快捷键拆解系列(七):Analyze篇
    IDEA快捷键拆解系列(八):Refactor篇
    IDEA快捷键拆解系列(九):Build篇
    IDEA快捷键拆解系列(十):Run篇
    IDEA快捷键拆解系列(十一):Tools篇
    IDEA快捷键拆解系列(十二):VCS篇
    IDEA快捷键拆解系列(十三):Window篇
    IDEA快捷键拆解系列(十四):Help篇
    IDEA快捷键拆解系列(十五):经验篇
    IDEA快捷键拆解系列(十六):插件篇
    IDEA快捷键拆解系列(十七):Debug篇
    IDEA快捷键拆解系列(十八):Live Templates篇
    IDEA快捷键拆解系列(十九):Postfix篇
    IDEA快捷键拆解系列(后记)

    相关文章

      网友评论

        本文标题:IDEA快捷键拆解系列(十):Run篇

        本文链接:https://www.haomeiwen.com/subject/prbvqftx.html