Debugging Qt app with Qt Creator: <no such value>

Viewed 2828

I'm using Qt Creator with Qt 5.1.1 in Ubuntu 12.04. When I'm using the debugger to show content of any variable, the window always show "no such value" on every variable. Also on variables of type QString, int etc. Is there a configuration problem on my Ubuntu? Can anybody help me please?

1 Answers
Related