When debugging Qt5 applications in Visual Studio 2012 it doesn't show the values returned by Qt functions. It does display those values for my own functions.

myfunction.jpgqtfunction.jpg

Does anybody know how to make the debugger to display the returned data?

Visual Studio 2008 debugger was able to show the returned values for Qt4 functions.