eclipse shortcut for enabling / disabling JAVA breakpoints

和自甴很熟 提交于 2019-12-09 02:41:52

问题


I'm looking for a shortcut to completely enable / disable all JAVA breakpoints (analogue of pushing the "Skip all breakpoints" button in Debug view ), not to enable / disable them on a row-by-row basis.


回答1:


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

PW




回答2:


CtrlShftB

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




回答3:


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




回答4:


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.




回答5:


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

CtrlShftB



来源:https://stackoverflow.com/questions/8053904/eclipse-shortcut-for-enabling-disabling-java-breakpoints

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!