So, weird question.
I’m using Debug.WriteLine() to write out my output, but for any of my errors I’d love to see a reference or link to the code and line value for it. Can VS do that?
I got the idea on how Firebug/WebDev consoles do it.
Thanks,

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use the StackTrace class to obtain this info. Like this:
Sample usage:
Output: