i get this dialog while debugging code in visual studio 2008.
(your step-into request resulted in an automatic step-over)
alt text http://www.freeimagehosting.net/uploads/69a123b9e7.jpg
Any Ideas?
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.
It means that the option ‘Step over properties and operators’ in Tools / Options / Debugging / General is active.
You get the dialog box when you press F11 to enter into the code of a property and this option is active.