Details
Description
- Open tests\manual\gdbdebugger\simple\simple.pro from Creator's sources.
- Set a breakpoint in simple_gdbtest_app.cpp after the following lines, currently at line 2581:
QList<const char *> list2; list2 << "foo"; list2 << "bar"; list2 << 0; list2 << "baz"; list2 << 0;
- Build this on Qt built with MSVC.
- Run the program in cdb.
Creator will show that list2 has 5 elements but one can not access the elements. Instead, the raw data structure seems to be shown. Additionally, expanding the tree takes very long.