Qt Creator IDE Debugger: String character sequence
-
wrote on 17 Sept 2019, 17:27 last edited by
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:
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
-
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:
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
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
1/2