Debugging a shared library

Hi all,
Is there a way to debug and trace a C++ shared library?
Thanks

starless wrote:

Hi all,
Is there a way to debug and trace a C++ shared library?
Thanks

Depends what you mean, do you mean step into a C++ library from the
debugger ? This simply requires that the library was built with
debugging on, and that the debugger can locate the sources.

Rennie