Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong line numbers on CPU64 #76

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 22, 2019

  1. Wrong line numbers on CPU64

    I did few tests on small projects and quite big ones including reccursion and noticed, that line numbers're calculated with offset = 2. And it seems to me, that this is a constant value. And tests prove that. Actually I don't have enougth experience to find better solution, but I suppose, you do. This error could lead into more complicated errors, because .CallerAddr is used widely. I'dont think, that mistake is located inside CaptureStackBackTrace(internal RtlCaptureStackBackTrace). It's also could be an Embarcadero bug dcc64 but, as far as I know, it's written completele from zero.
    keksoid authored Nov 22, 2019
    Configuration menu
    Copy the full SHA
    03b3d6b View commit details
    Browse the repository at this point in the history