Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse "Variables" window, changed value color

Tags:

eclipse

I can't find how to change the background color on the "Variables" window. When a variable is changed while debugging, it highlights it with a horrible yellow background that in my zenburn style colorset doesn't allow me to see the line clearly.

Can I change that background somehow?

Thanks,

like image 740
huff Avatar asked Jul 30 '12 19:07

huff


1 Answers

Today I finally got fed up with this myself and looked around. In Preferences->Run/Debug you can set the Changed value background color to whatever you wish. It seems like the Changed value color is ignored. (In fact, if it weren't ignored, this wouldn't be a problem in the first place cause the text would be red on yellow instead of white on yellow. ;)

like image 150
kitti Avatar answered Oct 08 '22 18:10

kitti