[Qt-creator] How to get the debugger helpers to work in the latest snapshot (Built 4 May)
Jaco Naude
naude.jaco at gmail.com
Wed May 5 09:57:47 CEST 2010
Thanks for tip.
Ok, I've done the following:
-> Got latest MinGW-5.1.6
-> Got GDB 7.1.2 (gdb-7.1-2-mingw32-bin.tar.gz) and extracted it to
the C:\Tools\Qt\MinGW\5.1.4\bin folder.
Try to debug, and still get the following:
dTRYING TO START ADAPTER
dSTARTING GDB
dUNSUPPORTED GDB C:\Tools\Qt\MinGW\5.1.4\bin\gdb.exe DOES NOT HAVE PYTHON.
sGdb at C:\Tools\Qt\MinGW\5.1.4\bin\gdb.exe does not have python.
Any ideas? According to the GDB site this version does support Python.
On Tue, May 4, 2010 at 3:48 PM, André Pönitz <andre.poenitz at nokia.com> wrote:
> On Tuesday 04 May 2010 14:39:26 ext Jaco Naude wrote:
>> Hi
>>
>> Not sure if its only me, but I can't get the debugger helpers to work
>> after I installed the latest windows snapshot. The first time I
>> debugged it prompted saying that the helpers have not been compiled. I
>> selected the option to open the Qt preferences and then compiled it
>> and it succeeded. Every time I debug now the debugger helpers are not
>> there, even though the "Use debugging helper" option is checked in
>> Options -> Debugger - > Debugging Helper.
>>
>> Any ideas on how to get it working?
>>
>> Below is the output from the debugger pane.
>> Thanks,
>> Jaco
>>
>>
>> dTRYING TO START ADAPTER
>> dSTARTING GDB
>> dUNSUPPORTED GDB C:\Tools\Qt\2010.02.1\mingw\bin\gdb.exe DOES NOT HAVE PYTHON.
>> sGdb at C:\Tools\Qt\2010.02.1\mingw\bin\gdb.exe does not have python.
>
> Use a gdb that supports Python. This way you would not need to
> compile debugging helpers at all, and this is also the only supported
> way to debug on Windows/MinGW nowadays.
>
> Andre'
> _______________________________________________
> Qt-creator mailing list
> Qt-creator at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator
>
More information about the Qt-creator-old
mailing list