[fpc-pascal] map file

Jonas Maebe jonas.maebe at elis.ugent.be
Thu Sep 24 10:33:29 CEST 2009


On 24 Sep 2009, at 10:14, Alexey Voytsehovich wrote:

> Do not prompt way to generate map file with line numbers in source  
> code? By analogy with Delphi. Since not get to the addresses in the  
> Call Stack to get a line in the source code.

Compile your program with -gl to get line numbers next to the call  
stack addresses. There is no way to generate a map file with the line  
numbers for FPC.


Jonas



More information about the fpc-pascal mailing list