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
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to