Eclipse, where to change the current debug line background?

Viewed 35605

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).

3 Answers

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"

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

Related