Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QtCreator remote debugging shared library doesn't work
Qt 6.11 is out! See what's new in the release blog

QtCreator remote debugging shared library doesn't work

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 457 Views
  • 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.
  • Y Offline
    Y Offline
    yours3lf
    wrote on last edited by
    #1

    Hi,

    I'd like to remote debug a project that consists of an executable and a shared library that's linked to it.
    Remote debugging the executable works fine, but breakpoints inside the shared library don't work.
    I tried set solib-search-path for additional attach commands but it still fails.
    In the debugger log if I execute info sharedlibrary I can see that the debugger does find the source, it just doesn't load the library.
    Executing sharedlibrary solves the problem, but why doesn't this work without it? I suppose this is a bug?
    (Putting sharedlibrary in additional attach commands doesn't make a difference)

    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