[Qt-creator] Cannot use qtc-debugging-helper.

Kuiper, Luuk kuiper at hitt.nl
Fri May 8 14:13:08 CEST 2009


I found the problem and the solution.

In old ages I tried to use the gdbmacros in the old fashioned way by include gdbmacros.cpp as one of my own source files.
That is not necessary any more now that I use the shared helper library.

But, the source file was still I my project. So that got precedance over the one in the library.

I removed gdbmacros.cpp from my project, et voila ....

Thanks for your effort to help me.

Luuk 

-----Original Message-----
From: qt-creator-bounces at trolltech.com [mailto:qt-creator-bounces at trolltech.com] On Behalf Of André Pönitz
Sent: 08 May 2009 13:35
To: qt-creator at trolltech.com
Subject: Re: [Qt-creator] Cannot use qtc-debugging-helper.

On Friday 08 May 2009 12:54:27 ext Kuiper, Luuk wrote:
> Ok, thanks.
> 
> Remaining the subject of the this mail.
> 
> My last suggestions was to investigate when the message "Debugging helpers not found" is displayed in the debug button bar.
> 
> Can you find in that area any clue why the debugger helpers are not found?

The message is a bit misleading. In your case the helpers have been found and loaded, but not produced any output. I had a similar problem once when the debugging helpers had been compiled without proper debug information themselves. So one thing you could to do is to completely remove them manually (the whole qtc-debugging-helper directory in your Qt dir), re-build the helpers using the Qt preferences dialog in Creator and check the "build log" whether it shows "-g" somewhere.

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