this is odd, as debugging code, it seems that the Delphi is not pointing to the right line of code, after break point.
is there a way to fix this?
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.
This happens when the .pas file that the editor has loaded is not the one used to generate the .dcu used by the debugger.
Delete all your .dcu files and rebuild.