Qt Creator and Mac
-
Hi SGaist,
there aren't errors.
we don't use XCode on MAC 10.9.we use qt creator but if the software is composed of many libraries the debbugger doesn't work.
if the error is in one library the debbugger doen't enter.
don't you finds?
do you advise me to use xcode?
-
No, I don't advise anything yet. To develop on OS X you still need Xcode installed in order to get the tools to build/debug etc.
-
That I understood right, and I am doing the same. However, the version of Xcode is still relevant, having 3.4.6 installed is not the same as having the latest 5.0.2
-
What debugger are you using ?
-
we use the debbugger of qt creator.
we load the all project on qt creator and use the complier and debbugger of qt creator.but if there are errors in one library we can't find the position in the project beacuse is only possible find the error in the main project
-
Qt Creator is just an IDE it doesn't provide any compiler nor debugger, just use the ones provided.
Got to options -> Build & Run -> Debuggers
-
Which one are you using ?