Hi,
I am not able to see QString values in my Qt creator(As I am attaching external c++ application, which isn't build using QtCreator).
So i am using pretty printers to view QString values even then I am not able to QString values.

The thing is that I am able to see these values in Debugger Log window(Windows->view->Debugger Log ) when I did as below
source ~/.gdbinit
print qstring_varible -> values are getting printed properly in Debugger Log window

But when I hover over the variable I am not able to see these values instead I could see <not accessible>

Environment;
Qt creator : 3.2.1 , Lib : qt4.8.4, python: 2.7, OS: SLES11 & tried both gbd741 & 751

is there something wrong with this setup ??