On 28 Dec 2008, at 15:33, dmitry boyarintsev wrote: > i'm trying to use gdb to debug FPC compiled file with DWARF debug > information. > fpc -gw3 test.pas Dwarf3 is not yet supported by current released versions of gdb. Use dwarf2 (-gw2) instead. Jonas