Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

This will help debugging, anyone knows how?

share|improve this question

2 Answers

up vote 11 down vote accepted

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:

enter image description here

share|improve this answer

I'm not sure this is possible.

Why do you need that? If you want to have an overview of all breakpoints you could use the debug perspective.

share|improve this answer
Cuz it's really hard to read with the default color against certain plugins, like PyDev. – kimbo305 May 23 '12 at 20:31

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.