Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Debug external shared library in Qt Creator Android project
Forum Updated to NodeBB v4.3 + New Features

Debug external shared library in Qt Creator Android project

Scheduled Pinned Locked Moved Mobile and Embedded
debugandroidcreatorshared librarylinux
2 Posts 1 Posters 2.4k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    alexey.petrenko
    wrote on last edited by
    #1

    I have Qt Quick Android app which uses external C++ library, it's a binary with .so extension.

    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 external libraries like this?

    1 Reply Last reply
    0
    • A Offline
      A Offline
      alexey.petrenko
      wrote on last edited by
      #2

      See the answer on SO: http://stackoverflow.com/q/31076312/1645784

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved