Search code examples
qtqstringdebuggervisualizerqt5.5

How to view QString values in debugger with Qt 5.5.1


Does anyone know how to view QString values in the debugger for Qt 5.5.1 (QtCreator 5.3.1)?

I have tried various things found online, from enabling/disabling GDB pretty printer, display QString format etc. Nothing seems to work.

(Compiler - MSVC 2013 - 32 bit)

Edit- image: enter image description here

Many thanks, Michael


Solution

  • This was a bug in QT Creator 3.5.1. when webengine was linked to the project (for some reason)

    Fix is in Qt Creator 3.6.1. Details are here: https://bugreports.qt.io/browse/QTCREATORBUG-15580