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 no longer shows Qstring values in debug...
Qt 6.11 is out! See what's new in the release blog

QtCreator no longer shows Qstring values in debug...

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 2 Posters 1.8k 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.
  • D Offline
    D Offline
    Dariusz
    wrote on last edited by
    #1

    Hey

    I'm lost, my creator has stopped showing me strings and other values. They are just <not accessible> how on earth do I fix it ? I tried updating to latest QT and creator. nothing helps.

    TIA

    aha_1980A 1 Reply Last reply
    0
    • D Dariusz

      Hey

      I'm lost, my creator has stopped showing me strings and other values. They are just <not accessible> how on earth do I fix it ? I tried updating to latest QT and creator. nothing helps.

      TIA

      aha_1980A Offline
      aha_1980A Offline
      aha_1980
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Dariusz said in QtCreator no longer shows Qstring values in debug...:

      Hey
      I'm lost, my creator has stopped showing me strings and other values. They are just <not accessible> how on earth do I fix it ? I tried updating to latest QT and creator. nothing helps.
      TIA

      HI @Dariusz,

      • Which platform is that?
      • Which compiler?
      • Which Creator and Qt versions exactly?
      • Does it happen with a minimal Hello World program also?

      Does the Debugger Log (Windows > Views > Debugger Log) show anything suspicious?

      Qt has to stay free or it will die.

      D 1 Reply Last reply
      0
      • aha_1980A aha_1980

        @Dariusz said in QtCreator no longer shows Qstring values in debug...:

        Hey
        I'm lost, my creator has stopped showing me strings and other values. They are just <not accessible> how on earth do I fix it ? I tried updating to latest QT and creator. nothing helps.
        TIA

        HI @Dariusz,

        • Which platform is that?
        • Which compiler?
        • Which Creator and Qt versions exactly?
        • Does it happen with a minimal Hello World program also?

        Does the Debugger Log (Windows > Views > Debugger Log) show anything suspicious?

        D Offline
        D Offline
        Dariusz
        wrote on last edited by
        #3

        @aha_1980
        Win10x64
        MSVC 17/19/20
        Qt 5.14.0 - and previous one
        0ed1dc73-ae75-4873-9235-6216f14d9b16-image.png

        Does the Debugger Log (Windows > Views > Debugger Log) show anything suspicious?
        

        Define suspicious...

        A qt example seems to show QString, but my app during debug/break point does not :- (

        aha_1980A 1 Reply Last reply
        0
        • D Offline
          D Offline
          Dariusz
          wrote on last edited by
          #4

          Another thing, it seems that after reinstalling when QT load cmake project it loads all cpp in to Source folder and all Header in to header folder... is there a way to disable it? I want to see my project the way I see it in explorer... with folders and all.

          Any idea?

          1 Reply Last reply
          0
          • D Dariusz

            @aha_1980
            Win10x64
            MSVC 17/19/20
            Qt 5.14.0 - and previous one
            0ed1dc73-ae75-4873-9235-6216f14d9b16-image.png

            Does the Debugger Log (Windows > Views > Debugger Log) show anything suspicious?
            

            Define suspicious...

            A qt example seems to show QString, but my app during debug/break point does not :- (

            aha_1980A Offline
            aha_1980A Offline
            aha_1980
            Lifetime Qt Champion
            wrote on last edited by
            #5

            Hi @Dariusz,

            Sorry, I cannot help with MSVC, I don't even have Windows on my machine.

            But if a small example works, it might be related with your project, and be it the pure size of the project or the function...

            Suspicious, well anything containing warning or error?

            Regarding your CMake issue, that looks like QTCREATORBUG-23372.

            Regards

            Qt has to stay free or it will die.

            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