[fpc-pascal]Nice feature

md md at realmwireless.com
Thu Nov 23 18:22:52 CET 2000


For those contemplating doing shared libraries in FPC,

a very nice feature is that the GDB debugger will step into calls of the
shared library
as if the library were just compiled natively into the application.

Microsoft makes this a bit more difficult, but under LINUX, very easy. 
Thus,
there is no need to a test build of the library around so that you can
test the code inside it.

Just build the library and debug it on the fly.


Again, VERY NICE feature...


Mark Diener




More information about the fpc-pascal mailing list