Bogusław Brandys wrote: > That's great! Maybe it could be changed so if debug info filename is not > found in debug section of executable then it tries to open a separate > debug file generated by fpc (which can be of the same name as executable > but different extension) What for? If you want a separate debug info file (-Xg) then your executable will contain a section with that file name. As result you have a small executable. If you distribute that executable without debug file it will work fine but without line info. If you distribute with debug file then you will have lineinfo. What do you need more?
Best regards, Paul Ishenin. _______________________________________________ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus