xcode - How to setup debugging Qt apps on OSX Mountain Lion with Qt-Creator? -
ok guys, i've got both qt-creator , xcode , usual suite of osx development tools. i've followed every set of instructions can find on web, bunch of variations, , cannot breakpoints work either inside xcode or in qt-creator.
what's secret recipe? i'm running osx 10.8.4, qt creator 2.7.0 (qt 5.0.2), xcode 4.6.3 (4h1503) , i'm trying debug complex open source qt-based app.
i've tried configuring project inside qt creator use either qt5 or qt4 same results. far can tell qt creator building app debugging turned on. however, when run in debug mode, breakpoints not hit.
i've tried generating xcode project file qmake -spec macx-xcode results in project file current version of xcode cannot read.
really appreciate getting past roadblock.
how can tell qt creator compiling in debug mode? have got -g flag in makefile?
if create project in qt creator, should enough choose debug option in image:

Comments
Post a Comment