C++ Number List visibility help?

I am using Microsoft Visual Studio Ultimate 2010, and I would like to know how do you make the numbers on the left side to appear, you know where you add a break point bubble looking image? What I mean is, for example every time I debug my written work I sometimes get error messages stating;

1>C++ Notes and Practice.cpp(19): or 1>C++ Notes and Practice.cpp(92):
I would really hate to countdown 19 times or 92 just to find wheres the error. I have seen some videos on you-tube and these people had there number list visible. Where do I go for it to be revealed?
Google "visual studio show line numbers".
Tools > options > Text Editor > C/C++ > Look on the right, check box - "Line numbers"
Thank you.
Topic archived. No new replies allowed.