In Visual Studio/C#, I would like the change the behavior of text highlighting of a breakpoint. In particular, I would like the text not to change at all. I see that using Tools->Options->Environment->Fonts and Colors that I can change the highlighting, but not turn it off. How do I do this?
I had tried as you suggest, setting the background color to the same as the background of the editor, but with that, the syntax coloring is still lost.