Is there a possibility to debug a shared object?

Mac OSX specific forum
Rozek
User
User
Posts: 64
Joined: Thu Jul 05, 2007 12:19 pm
Location: Böblingen (Germany)

Is there a possibility to debug a shared object?

Post by Rozek »

Hello!

I've just created a small .so file which I would like to use in another environment. Currently, that environment crashes after loading my library - presumably because it's always difficult to get all the pointer stuff right.

Is there a possibility to "debug" a .so library which was built using PB (but is used somewhere else)?

Thanks in advance for any response!
Kind regards,

Andreas Rozek
Rozek
User
User
Posts: 64
Joined: Thu Jul 05, 2007 12:19 pm
Location: Böblingen (Germany)

Re: Is there a possibility to debug a shared object?

Post by Rozek »

By the way,

I solved my original problem:

if you want to use PB to build a "bundle" which is then used in other programs, please use ProcedureCDLL (mind the *C*!) rather than ProcedureDLL!

I now know again why I hate C and C++...
Kind regards,

Andreas Rozek
Post Reply