Dumb questiion: How do I determine line number in Visual Studio?

  • Thread starter Thread starter John Galt
  • Start date Start date
J

John Galt

I have a stacktrace that gives the line number of the offending code, but
for the life of me can't seem to find a display of the line number in the
Visual Studio.Net code editor. I'm sure I've seen it in there before, but it
seems to have disappeared.

Does anyone know how to get this info?
 
John said:
I have a stacktrace that gives the line number of the offending code, but
for the life of me can't seem to find a display of the line number in the
Visual Studio.Net code editor. I'm sure I've seen it in there before, but it
seems to have disappeared.

Does anyone know how to get this info?

You should find it bottom right on the status bar.

--
Tom Porterfield
MS-MVP MCE
http://support.telop.org

Please post all follow-ups to the newsgroup only.
 
John,

Is it possible that you are working in full screen mode? If so, you can
go back to windowed mode and you will see the status bar (or at least, you
should).

Hope this helps.
 
That did the trick.

Visual Studio is powerful, but there is so much stuff in there that even
simple things sometimes seem buried so deep they are almost impossible to
find.

Perhaps I should buy a book.
 
Back
Top