big_tommy_7bb
big_tommy_7bb

Reputation: 1317

VS2010 Highlighting Issue

I've a dark theme in VS2010 I like. When debugging and going back to where I stepped into a method I can hardly read the code.

Does anyone know which font/colour setting it is I need to change to make it more readable?

enter image description here

Upvotes: 0

Views: 69

Answers (3)

stevethethread
stevethethread

Reputation: 2524

If you are referring to the Current Statement, this can be changed as follows

Tools->Options->Environment->Fonts and Colors -> Current Statement.

If you are referring to the breakpoint line, then this is set with the Breakpoint (Enabled) option under the color settings.

Upvotes: 0

Akash KC
Akash KC

Reputation: 16310

Go To Tools-> Options-> Environment-> Fonts and Colors -> DisplayItems -> Current Statement and change the Itembackground Color....

Upvotes: 0

Kevin Aenmey
Kevin Aenmey

Reputation: 13419

Try Tools - Options - Environment - Fonts and Colors then find the Current Statement display item.

Upvotes: 1

Related Questions