Re: Line number for debugging

From: Marc Rohloff (marc)
Date: 11/10/03


Date: Mon, 10 Nov 2003 11:57:29 -0500


> >Is there something equivalent in Delphi?
>
> The easiest way in Delphi requires the building of detailed .map files.
>
> See http://www.undu.com/Articles/010729d.html for an article and sample code
> on how to use
> this map file in an exception handler to display routine name and line number.

There is also an implementation in the JCL debug routines
(jcl.sourceforge.net)

Marc