How to make the whole line change color in Eclipse when I toggle a breakpoint?
This will help开发者_高级运维 debugging, anyone knows how?
seems to be possible, go to
Window > Preferences > General > Editors > Text Editors > Annotations
here you will see list of 'annotations types', choose 'breakpoints'. Then on the right side you see 'Show in', check there 'Text as' and select 'Highlighted', below you can set background color.
Screenshot to make it more obvious:
精彩评论