Qt Creator debugging variables <not accessible>
-
wrote on 24 Jan 2023, 16:08 last edited by
I'm seeing some large aggregate C++ objects failing to display when debugging in Creator.
Some info: RHEL 7.6 amd64, Creator 5.0.3 (last version compatible with RHEL 7.6 and I can't upgrade without building Qt and Qt Creator which, as they say, is a nightmare). GCC 5.3. GDB 10.2.
I've seen various things suggesting turning off "Load system GDB pretty printers". And even use "raw" display (which I didn't really imagine would work with an aggregate type).
Any other suggestions? Switch to VS code?
-
I'm seeing some large aggregate C++ objects failing to display when debugging in Creator.
Some info: RHEL 7.6 amd64, Creator 5.0.3 (last version compatible with RHEL 7.6 and I can't upgrade without building Qt and Qt Creator which, as they say, is a nightmare). GCC 5.3. GDB 10.2.
I've seen various things suggesting turning off "Load system GDB pretty printers". And even use "raw" display (which I didn't really imagine would work with an aggregate type).
Any other suggestions? Switch to VS code?
wrote on 4 Feb 2023, 06:09 last edited by@paulf I have exactly the same problem. I even removed Qt and re-installed it all to no avail. I assume that it is something that Creator uses (Python functions or something), but I have no idea of how to find out what it might be.