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. Qt Creator IDE Debugger: String character sequence
Forum Updated to NodeBB v4.3 + New Features

Qt Creator IDE Debugger: String character sequence

Scheduled Pinned Locked Moved Solved General and Desktop
2 Posts 2 Posters 232 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.
  • F Offline
    F Offline
    fem_dev
    wrote on last edited by
    #1

    When I'm debugging my Qt C++ application some times I enter inside my Fortran Static library source-code and try to see the values of the Fortran variables.

    In the case of Fortran strings, Qt Creator IDE Debugger shows me the character sequence "out of order":
    0, 10, 11, 12, 13...1, 20, 21, 22, 23...2, 30, 31, 32, 33...

    So its hard to read the string value. Look this image below:
    0_1568741265610_debugger3.jpg

    Is there any way to configure Qt Creator IDE to show me this kind of data in the "order", like: 0, 1, 2, 3, 4...?

    Thank you

    aha_1980A 1 Reply Last reply
    0
    • F fem_dev

      When I'm debugging my Qt C++ application some times I enter inside my Fortran Static library source-code and try to see the values of the Fortran variables.

      In the case of Fortran strings, Qt Creator IDE Debugger shows me the character sequence "out of order":
      0, 10, 11, 12, 13...1, 20, 21, 22, 23...2, 30, 31, 32, 33...

      So its hard to read the string value. Look this image below:
      0_1568741265610_debugger3.jpg

      Is there any way to configure Qt Creator IDE to show me this kind of data in the "order", like: 0, 1, 2, 3, 4...?

      Thank you

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

      Hi @fem_dev,

      that looks like QTCREATORBUG-20756. Do you have the Python dumpers enabled?

      You may want to add your use case to the mentioned bugreport.

      Regards

      Qt has to stay free or it will die.

      1 Reply Last reply
      3

      • Login

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