Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 4.4.0, Qt Creator 4.5.0-beta1
-
None
-
OpenSUSE Leap 42.3, QtCreator > 4.0.
-
58c329cd032482f18404dddfbc41ac03c78b8b42
Description
There is a problem with displaying Qt classes when debugging program linked against Qt4 built within namespace. Perhaps, ditto for Qt5, but I didn't test.
To reproduce:
- Build Qt4 in some namespace;
- Create a simple program like:
int main() { QString tst = "foobar"; return 0; }
- Set break point on tst;
- Start debugging.
Actual:
The string is displayed without pretty printers applied.
Expected:
Only "foobar" is displayed as a string value;
Regression:
Everything works as expected in QtCreator 4.0.