On Wed, Dec 16, 2009 at 10:53:19AM -0500, Michael Jackson wrote:
> I am trying to debug an application being built with QtCreator. The backend
> build is being run by CMake. I go into the Project settings, set the active
> executable and debug executable to the program I want to debug. Place a
> breakpoint at the first line inside "main()" and then hit "F5". The
> application runs to completion. I did notice a little "hour glass" symbol on
> the red breakpoint bubble. Not really sure what that means.
> 
>  Any help/pointers would be great.

Are you sure you have a debug build? Check for -g in the compiler and
linker command lines in the Compilem Output window.

Andre'
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to