[Lazarus] Is the address useful for debug?
Michael Van Canneyt
michael at freepascal.org
Thu Apr 17 15:40:40 CEST 2008
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.
More information about the Lazarus
mailing list