Is there a way to tell the Visual Studio 2010 debugger to show me where it is at?
That is, if I have a very long program and the program is somewhere in a loop, how can I know where it’s at?
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.
I’m assuming you don’t mean “in real time” – your program will be executing very fast…
To find where your program is, halt it via the debugger (in Visual Studio, menu Debug/Break All). The IDE will then show you the current line being executed.