[fpc-pascal] Runs correctly when debugging.

Guillermo Martínez Jiménez gmartinez at burdjia.com
Fri May 4 23:14:36 CEST 2012


Hello everybody,

I'm working on a wrapper of a C library.  I've found a bug, but I
can't debug it with GDB because if I compile with "-g" and link with
the debug version of the library it works correctly.

But if I compile with "-g" and link with the release version of the
library, I can't debug it because it fails inside the library.  So I
suspect there's a problem with a data conversion CPU exception
activated by FPC.

What can I do?

Guillermo "Ñuño" Martínez



More information about the fpc-pascal mailing list