Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Qt Creator (debugging) how to view CFStrings?
Forum Updated to NodeBB v4.3 + New Features

Qt Creator (debugging) how to view CFStrings?

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
4 Posts 2 Posters 1.0k 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.
  • D Offline
    D Offline
    davecotter
    wrote on last edited by
    #1

    i've googled but can't find any reference to how to view a CFString.
    in Xcode the native formatter "just works", i suppose i expected that in the Qt debugger?

    any ideas?

    jsulmJ 1 Reply Last reply
    0
    • D davecotter

      i've googled but can't find any reference to how to view a CFString.
      in Xcode the native formatter "just works", i suppose i expected that in the Qt debugger?

      any ideas?

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @davecotter Qt does not have any debuggers, Qt is a C++ framework. Not even QtCreator has any. QtCreator uses existing debuggers. Which one depends on the platform and compiler. On Linux it is GDB for example. I don't know what is used as debugger on MacOS - I guess lldb? Can you check in the settings which compiler is used in your QtCreator?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • D Offline
        D Offline
        davecotter
        wrote on last edited by
        #3

        please try to reach for my meaning.

        Yes, i'm on a mac, using whatever the default settings are, looks like LLDB according to prefs->build&run->debuggers, or could be GDB according to prefs->debuggers (gdb is the only tab). but i am not sure how that helps?

        thanks

        jsulmJ 1 Reply Last reply
        0
        • D davecotter

          please try to reach for my meaning.

          Yes, i'm on a mac, using whatever the default settings are, looks like LLDB according to prefs->build&run->debuggers, or could be GDB according to prefs->debuggers (gdb is the only tab). but i am not sure how that helps?

          thanks

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @davecotter I understand what you mean, I just want to point out that you should use correct wording.
          If you know what debugger is used you can, for example, check whether there are any known issues like yours here: https://bugreports.qt.io/projects/QTCREATORBUG/issues/QTCREATORBUG-18608?filter=allopenissues
          If not you can file a bug there.

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          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