>> With compile modes: -gg -gl
>> Aren't line info and tracebacks suppose to be shown,
>> the above example does not show these.
>
> I think the problem comes with using exceptions. Normally, if a
> run-time error occurs, the default exit proc will print the line
> number info to stdout. But if an
> With compile modes: -gg -gl
> Aren't line info and tracebacks suppose to be shown,
> the above example does not show these.
I think the problem comes with using exceptions. Normally, if a
run-time error occurs, the default exit proc will print the line
number info to stdout. But if an exceptio
I think perhaps I need to repost my question as I saw the mailing list
server go down yesterday...
Hi,
1) Is there anyway of finding out the cooresponding source line when a
program crashes and only outputs the following:
An unhandled exception occurred at 0x080A33B1 :
List index exceeds bounds
In a file \pp\source\rtl\inc\systemh.inc dated 26.10.2002 i found (only)
these declarations
about ABS function:
Function abs(l:Longint):Longint;
Function sqr(l:Longint):Longint;
Function odd(l:Longint):Boolean;
Function odd(l:Cardinal):Boolean;
{$ifdef int64}
Function odd(l:Int64):Boolean;
Functio