views:

62

answers:

3

I'm trying to debug a Visual C# program, and it would be helpful if I could highlight lines or do something similar to make them stand out. Is there a way to do that?

+1  A: 

You could use bookmarks for that (Ctrl+k, Ctrl+k). This will show an icon to the left of the text and also enable you to easily jump between your bookmarks.

JohannesH
ctrl-K, ctrl-K toggles bookmarks
kristian
Thank you... ;)
JohannesH
+3  A: 

Use Bookmarks with Highlighting.

Bob
+1. Nice. That's a new one on me.
David Stratton
A: 

use some third party tool,such like JetBrains ReSharper.

liya
Sorry, you comment will be more helpful if you elaborate on this, maybe show screenshots. Otherwise I don't understand what you mean.
Jacob Seleznev