Eclipse, where to change the current debug line background?

EclipseColors

Eclipse Problem Overview


Can anyone point me to the preferences page that has the setting of the DEBUG current line background color? I have changed almost all the colours to dark ones and still get annoyed by this almost white current line indicator while debugging (note that the current line indication in editing mode is OK).

Eclipse Solutions


Solution 1 - Eclipse

Ok, now I found it myself (through major reverse engineering). It is in General\Editors\Text Editors\Annotations page. It's called "Debug Current Instruction Pointer"

Solution 2 - Eclipse

On my version of Eclipse it is

> General\Editors\Text Editors\Annotations\Debug Call Stack"

Solution 3 - Eclipse

Because Eclipse change stuff more than they change clothes

As of Eclipse for Java EE 2019-09 , took me 30 min just to find this stupid preferences

enter image description here

Than go to

enter image description here

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionBartosz RadaczyńskiView Question on Stackoverflow
Solution 1 - EclipseBartosz RadaczyńskiView Answer on Stackoverflow
Solution 2 - EclipseSteve LorimerView Answer on Stackoverflow
Solution 3 - Eclipsenapi15View Answer on Stackoverflow