PDA

View Full Version : Visual Studio 2012 debugger doesn't show returned values for Qt5 functions



mentalmushroom
10th September 2013, 12:15
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.

95579558

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.