I have Qt Quick Android app which uses external C++ library.
I build this library by myself using CMake and CMAKE_BUILD_TYPE
is set to Debug
. When I launch app in Qt Creator debug mode I can stop on breakpoints in my Qt code, but it doesn't jump into library calls, I see only assembler listings.
Is it possible to tell debugger where library source code is and is it even possible to debug in Android like this?