PDA

View Full Version : Qt Creator Debugging Symbian Emulator , but no call stack information and locals window blank



jpspringall
20th June 2011, 20:28
When i debug a Mobile Qt Application on the Symbian Emulator using the cdb debugger following happens:

1.Successfully hit hit a break point - to pause execution.
2.The call stack window is blank
3.The locals & watches window is blank
4.The correct source file is displayed in the source window, but there is no actual indication that the breakpoint has been hit.

The debug log is available here:
http://pastebin.com/gU0ZGNi2

Which points to it being something to do with symbols not loading:
*** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\QtSDK\Simulator\Qt\msvc2005\bin\QtCored4.dll -

I've had a run through using procmon, and it appears to be finding all required pdb files, but obviously not.

I'm running Win7x64 with qtcreator 2.2.0 based on Qt 4.7.4(32bit).

Any suggestions would be great.

Cheers

James