LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   debugging through shared libraries (https://www.linuxquestions.org/questions/programming-9/debugging-through-shared-libraries-169292/)

Meatwad 04-12-2004 04:38 PM

debugging through shared libraries
 
gdb has not been behaving as normal when I try and step through a shared library. I checked some google searches and others have run into the same problem. So what do you guys use for debugging shared objects? Is there a better option than gdb?

itsme86 04-12-2004 04:48 PM

It should work fine as long as both the shared library and your program were compiled with the -g option and left unstripped.


All times are GMT -5. The time now is 05:54 AM.