PDA

View Full Version : Rel. Line in EurekaLog Viewer


ts_j
21-Mar-2006, 04:10 PM
Please tell me what means this field in EurekaLog Viewer

admin
22-Mar-2006, 08:44 AM
Hi,

ts_j wrote:
> Please tell me what means this field in EurekaLog Viewer

This value indicate the offset value from the procedure begin line and
the call-stack line.

Example:




1 procedure XYZ;
2 var
3 a, b, c: Integer;
4 begin // Begin line is = 4
5 beep;
6 raise Exception.Create('ERROR.'); // Exception line is = 6
7 end;



In this case the Rel is = 2 (6 - 4).
This value is useful when the sources are modified after the delivering
and the exception line is changed, so it's possible find it starting
from the procedure begin and adding the REL offset number.

I hope to have answered to your question! :)

--
Best regards...

Fabio Dell'Aria.
----------------
http://www.eurekalog.com
Catch every BUG, every time!