eclipse shortcut for enabling / disabling JAVA breakpoints

后端 未结 5 385
情话喂你
情话喂你 2021-01-11 16:38

I\'m looking for a shortcut to completely enable / disable all JAVA breakpoints (analogue of pushing the \"Skip all breakpoints\" button in Debug view ), no

相关标签:
5条回答
  • 2021-01-11 17:06

    Follow following Steps:

    1. Open Preferences form Window->Preferences.
    2. Select General->keys.
    3. You can find Skip All Breakpoints or search it.
    4. Select Skip All Breakpoints.
    5. Choose your key Binding.
    6. Choose when.
    7. click Apply.

    enter image description here

    0 讨论(0)
  • 2021-01-11 17:17

    Yes, there is this shortcut that allow you to toggle breakpoint in the current line:

    CtrlShftB

    0 讨论(0)
  • 2021-01-11 17:24

    CtrlShftB

    use CtrlShftL to open key assist for all possible keyword combinations.

    0 讨论(0)
  • 2021-01-11 17:24

    In Eclipse, in debug perspective, you have a blue crossed circle, to enable/disable all breakpoints.

    0 讨论(0)
  • 2021-01-11 17:30

    You have to assign your own keyboard shortcut to the Skip All Breakpoints command. Use Preferences>General>Keys preference page to do it.

    PW

    0 讨论(0)
提交回复
热议问题