Can't see breakpoint symbol in Eclipse Mars2 because it is hidden by another symbol

后端 未结 1 1111
别那么骄傲
别那么骄傲 2021-01-12 08:46

I have an arrow symbol in the line where I would like to have a break point (see first red circle). How can I tell Eclipse to always show the break point symbol?

相关标签:
1条回答
  • 2021-01-12 09:33

    Couple of possible solutions:

    1) Don't show search result arrow:

    Go to Window -> Preferences -> General -> Editors -> Text Editors -> Annotations. Click Search Results and un-check Vertical ruler checkbox. Apply.

    2) Highlight line where breakpoint is set.

    Go to Window -> Preferences -> General -> Editors -> Text Editors -> Annotations. Click Breakpoints and check Text as checkbox. Apply.

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