PDA

View Full Version : Qt Creator Debugging with Qt Creator 2.6.1 on OS X



agarny
22nd January 2013, 16:35
Hi,

I am using Qt Creator 2.6.1 (with Qt 5.0.0) on OS X (10.8.2) and I must be missing something very obvious because I can't seem to be able to debug my code using Qt Creator. I checked the debugging page (see http://doc.qt.digia.com/qtcreator-snapshot/creator-debugging.html), but to no avail. Yet, I used to be able to debug with the version of Qt Creator which was shipped with the Qt SDK. So... what may I have overlooked?...

Cheers, Alan.

agarny
24th January 2013, 12:13
FWIW, it was a non-problem. Indeed, in my build environment, I mistakenly stripped all my project binaries from their local symbols. Doh!!