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)
Many thanks, Michael
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