Hello list, Recently I've written a console application using Lazarus. It had an Access violation, and why gdb (that I used on my own) told me about one line, when I execute it on Lazarus, Lazarus pointed on a different line. It just happen that Lazarus pointed on the line where i should have initialized the variable (but instead just made an "empty" initialization), while GDB pointed on the point I used the non initialized variable.
So my question is, how did Lazarus knew to point on the proper line that was not the same line as GDB's ? Thanks, Ido http://ik.homelinux.org/
-- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
