On 12/16/09 12:28 PM, in article [email protected], "Andre Poenitz" wrote:
> 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' Yes, I had CMAKE_BUILD_TYPE=Debug. I ended up just wiping out the build directory and reconfiguring/rebuilding. Now it seems to be working. Thanks for the sanity check Mike Jackson _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
