Am 07.09.2010 11:01, schrieb ext Jaco Naude: > Hi > > I've been having troubles with debugging helpers since the python > debugging stuff have been added. I downloaded the new Qt 4.7 RC SDK > today and again, troubles with the debugger continues. For example > when I debug, I get the dialog the first attached dialog, when I open > the Qt preferences there is no "Rebuild" button. I know that it always > was like that but it changed. I also don't find anything under the > Debugger page to compile them. > > I also can't get the python help stuff to work. I get this in the Debugger > pane: > > dSTARTING GDB C:\Tools\Qt\qtcreator-1.3.84\mingw\bin\gdb.exe > dUNSUPPORTED GDB C:\Tools\Qt\qtcreator-1.3.84\mingw\bin\gdb.exe DOES > NOT HAVE PYTHON. > sGdb at C:\Tools\Qt\qtcreator-1.3.84\mingw\bin\gdb.exe does not have python. > > But if you look at the second screenshot you will see that the ming > version used is wrong. It should be "C:\Tools\Qt\2010.05-rc1\mingw". > I've checked my PATH environmental variable and the correct path is > the first entry (the one to 2010.05.rc1). And off course my project's > Qt version point to the 4.7.0.rc1 config as well. > > Any feedback would be much appreciated. > Thanks, > Jaco
Hi Jaco, setting the current gdb ( C:\Tools\Qt\2010.05-rc1\pythongdb\gdb-i686-pc-mingw32.exe ) in Tools / Options / Debugger / Gdb might solve these problems. Regards, Robert -- Robert Löhning Software Engineer Nokia, Qt Development Frameworks Qt Developer Days 2010 | Registration NOW Open! Munich, Germany: October 11th - 13th San Francisco, California: November 1st - 3rd For more information and to register: http://qt.nokia.com/qtdevdays2010<http://qt.nokia.com/about/events> _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
