Default settings makes each line where the break point is to be highlighted. Is there an option to make this line not to be highli开发者_JAVA百科ghted (the point in the left side of the window is enough for me)
Thanks for help
I don't believe you can turn the breakpoint highlighting off - but you can go into tools/options/environment/fonts and colors and change the highlight color of breakpoint lines to be the same as your non-highlight default.
Looks like there should be a option for it, but it doesn't work (http://blogs.msdn.com/b/saraford/archive/2008/08/18/did-you-know-highlight-entire-source-line-for-breakpoints-and-current-statement-does-not-work-293.aspx). Doesn't seem fixed under 2010 either...
Another solution is to create an addin for VS, which override the breakpoint style.
精彩评论