Re: [Qt-creator] Debugger will not stop at break point in OS X 10.5.8 with QtCreator 1.3

2009-12-16 Thread Michael Jackson
On 12/16/09 12:28 PM, in article 20091216172839.gc3...@tu-chemnitz.de, "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 sett

Re: [Qt-creator] Debugger will not stop at break point in OS X 10.5.8 with QtCreator 1.3

2009-12-16 Thread Andre Poenitz
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 > br

[Qt-creator] Debugger will not stop at break point in OS X 10.5.8 with QtCreator 1.3

2009-12-16 Thread Michael Jackson
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 applica