On Thu, 17 Apr 2008, Arí Ricardo Ody wrote:
> Sometimes when occurs an error in a FPC/Lazarus execution I receive
> only the hexadecimal address of the interruption. Is this address
> useful to determine the pascal instruction that causes the execution
> error? If affirmative, how do I determine the line instruction number?
With objdump (a separate program) this might be useful to determine the
routine in which it occurs.
>
> (I'm still using the -gl directive)
If you use -gl, then the line should be shown ?
Michael.
_______________________________________________
Lazarus mailing list
[email protected]
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus