Hi, 32 bit FPC default debug info (I assume STABS) shows the classname and the function name in gdb stack traces which is very useful to navigate in inherited calls for example. 64 bit FPC default debug info (I assume DWARF) shows the function names only. Is it possible to list the classnames in DWARF too? Thanks, Martin