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. Breaking inside Qt's code with Xcode
Forum Updated to NodeBB v4.3 + New Features

Breaking inside Qt's code with Xcode

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 426 Views 2 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.
  • Thuan_FirelightT Offline
    Thuan_FirelightT Offline
    Thuan_Firelight
    wrote on last edited by
    #1

    Hi all,

    I am trying to debug some issue that is inside Qt's code on OSX. I am using XCode 7.3.1 and Qt 5.10.1. Setting breakpoint in my code works fine but if I try setting the breakpoint inside Qt's code, it never gets hit. When breaking in my code, I can use the callstack and open the appropriate Qt source file so it is just breakpoint that is not work. Wondering if anyone know if this is meant to work?

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by mrjj
      #2

      Hi
      The installed Qt is in release mode and hence have no debug information to be break on.
      On windows, it seems you can download debug symbols but im not sure same exists for OSX and
      hence you might need to build a debug version of Qt to step into it/break there.

      update:
      dSYM files included are included.

      1 Reply Last reply
      1
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi,

        The dSYM files are installed with the rest of the frameworks. You can find them in the lib folder of your Qt installation.

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        1

        • Login

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