Re: [Qt-creator] Debugging Helper broken in 1.2?

2009-07-17 Thread Boy Lenssen
@trolltech.com Subject: Re: [Qt-creator] Debugging Helper broken in 1.2? I am also having some issues with the Debugging Helpers. QtCreator 1.2.1 on OS X 10.5.7 Intel with a custom built Qt 4.5.2 (Universal, Cocoa). QtCreator recognized my Qt 4.5.2 build and I clicked the button to build

Re: [Qt-creator] Debugging Helper broken in 1.2?

2009-07-17 Thread André Pönitz
On Friday 17 July 2009 08:10:03 ext Boy Lenssen wrote: As far as I know, you always get a green checkmark. [Even when there were errors? I haven't heard that before.] I would check the log (click the show log button next to the rebuild button) to see if it did compile without errors That's

Re: [Qt-creator] Debugging Helper broken in 1.2?

2009-07-17 Thread Boy Lenssen
Subject: Re: [Qt-creator] Debugging Helper broken in 1.2? On Friday 17 July 2009 08:10:03 ext Boy Lenssen wrote: As far as I know, you always get a green checkmark. [Even when there were errors? I haven't heard that before.] I would check the log (click the show log button next to the rebuild

Re: [Qt-creator] Debugging Helper broken in 1.2?

2009-07-17 Thread Daniel Teske
On Friday 17 July 2009 10:31:01 ext Boy Lenssen wrote: I thought that was work in progress, detecting errors. When I see a failed build in the log, I still get a green mark AFAIK, but maybe I'm mistaken. The green mark checks the existence of the .dll/.so and is always updated after pressing

Re: [Qt-creator] Debugging Helper broken in 1.2?

2009-07-16 Thread Mike Jackson
I am also having some issues with the Debugging Helpers. QtCreator 1.2.1 on OS X 10.5.7 Intel with a custom built Qt 4.5.2 (Universal, Cocoa). QtCreator recognized my Qt 4.5.2 build and I clicked the button to build the Debug helpers and I got the Green Checkmark so I tried debugging a Qt

Re: [Qt-creator] Debugging Helper broken in 1.2?

2009-07-08 Thread Karsten Heimrich
Hi Robert, ext Robert Caldecott schrieb: I've never used git to check out a copy of Qt Creator, but I'll give it a go when I get time. snapshots are available here: ftp://ftp.qtsoftware.com/qtcreator/snapshots/2009-07-07/ Regards, -- Karsten Heimrich - karsten.heimrich (AT) nokia.com

Re: [Qt-creator] Debugging Helper broken in 1.2?

2009-06-26 Thread Patric
Thank you Andre. Now I understand. Best regards, Patric - Original Message - From: André Pönitz andre.poen...@nokia.com To: qt-creator@trolltech.com Sent: Friday, June 26, 2009 9:58 AM Subject: Re: [Qt-creator] Debugging Helper broken in 1.2? On Thursday 25 June 2009 23:58:17 ext

Re: [Qt-creator] Debugging Helper broken in 1.2?

2009-06-25 Thread Boy Lenssen
Yes, I have the same issue! -Original Message- From: Robert Caldecott [mailto:robert.caldec...@gmail.com] Sent: donderdag 25 juni 2009 15:39 To: qt-creator@trolltech.com Subject: [Qt-creator] Debugging Helper broken in 1.2? I've just upgraded to Qt Creator 1.2 and the debugging helper

Re: [Qt-creator] Debugging Helper broken in 1.2?

2009-06-25 Thread Pau Garcia i Quiles
On Thu, Jun 25, 2009 at 3:38 PM, Robert Caldecottrobert.caldec...@gmail.com wrote: I've just upgraded to Qt Creator 1.2 and the debugging helper functionality won't work.  If I enable the option in Tools|Options|Debugging, and then open Tools|Options again, the option is back to off.  This

Re: [Qt-creator] Debugging Helper broken in 1.2?

2009-06-25 Thread Robert Caldecott
Windows XP SP3, gdb. I have Qt Creator 1.1 and 1.2 installed in separate folders. I did a 'normal' installation - no attempts to build the Qt source or anything clever like that. 1.1 works OK, and remembers the debugging helper setting and allows me to look at QStrings, etc. 1.2 loses the

Re: [Qt-creator] Debugging Helper broken in 1.2?

2009-06-25 Thread Andre Poenitz
On Thu, Jun 25, 2009 at 09:14:07PM +0100, Robert Caldecott wrote: Just installed 1.2 on my home laptop and am having exactly the same problem. Rebuilding the debugging helpers made no difference. Here is my Debugger View pane contents after breaking in the constructor of a simple MainWindow

Re: [Qt-creator] Debugging Helper broken in 1.2?

2009-06-25 Thread Patric
Ops, sorry it's working. It's just set to release version =) - Original Message - From: Robert Caldecott robert.caldec...@gmail.com To: qt-creator@trolltech.com Sent: Friday, June 26, 2009 12:37 AM Subject: Re: [Qt-creator] Debugging Helper broken in 1.2? No I do not see the 'nice

Re: [Qt-creator] Debugging Helper broken in 1.2?

2009-06-25 Thread Dat Chu
Subject: Re: [Qt-creator] Debugging Helper broken in 1.2? No I do not see the 'nice' contents of any Qt types and the 'use debugging helpers' option always turns itself off. Something isn't right as v1.1 works fine. My sample created a QString, QMap and a QByteArray, none of which display

Re: [Qt-creator] Debugging Helper broken in 1.2?

2009-06-25 Thread Robert Caldecott
No I do not see the 'nice' contents of any Qt types and the 'use debugging helpers' option always turns itself off. Something isn't right as v1.1 works fine. My sample created a QString, QMap and a QByteArray, none of which display. What else can I try? On 25 Jun 2009, at 21:34, Andre

Re: [Qt-creator] Debugging Helper broken in 1.2?

2009-06-25 Thread Patric
To: qt-creator@trolltech.com Sent: Friday, June 26, 2009 1:09 AM Subject: Re: [Qt-creator] Debugging Helper broken in 1.2? Debugger helper let you see the content of containers (e.g. vectors, ...) and STL classes (e.g. string) nicely. That way you don't see all these information about