Steward wrote:
> In php or C there are often builtin variables (or whatever they are)

They're macros, resolved at compile time to the line on which the macro 
was used.

> List Index out of bounds (-1) in Package MYFOO.BPL Unit FOOBAR.PAS at line
> 236.

Use the JclDebug unit. An exception tells you the address where the 
exception was raised, and JclDebug will look in your project's map file 
to determine which line of code corresponds to that address.

http://jcl.sf.net/

-- 
Rob


-----------------------------------------------------
Home page: http://groups.yahoo.com/group/delphi-en/
To unsubscribe: [EMAIL PROTECTED] 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/delphi-en/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to