LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Debugging in QT Creator cannot step in the shared library (https://www.linuxquestions.org/questions/linux-newbie-8/debugging-in-qt-creator-cannot-step-in-the-shared-library-4175488726/)

5883 12-20-2013 05:04 PM

Debugging in QT Creator cannot step in the shared library
 
ok i build the debug version of 1.bin and 2.so (the sizes are much bigger than release build).

1.bin uses 2.so

now in QT creator, i started debugging, i can step into the source code for 1.bin, things are fine.

now i want to step into the function which is implemented in 2.so, it just step over.

BTW i'm using gdbserver to debug into arm board.

What to do pls ?
Many thanks !


All times are GMT -5. The time now is 09:13 PM.