Re: [Qt-creator] Breakpoint Problem

2009-10-27 Thread Robert Caldecott
Just downloaded the latest Windows snapshot and breakpoints are now working correctly! Thanks very much for getting this fixed. ___ Qt-creator mailing list Qt-creator@trolltech.com http://lists.trolltech.com/mailman/listinfo/qt-creator

Re: [Qt-creator] Breakpoint Problem

2009-10-26 Thread Daniel Teske
On Monday 26 October 2009 18:31:09 ext Danny Price wrote: > They tend to appear in spurts - I assume it's a manual process. There's not > been a mac version for some time now. Actually it's automated. Though we had never a release where we didn't massively change the way we create packages on at

Re: [Qt-creator] Breakpoint Problem

2009-10-26 Thread Danny Price
They tend to appear in spurts - I assume it's a manual process. There's not been a mac version for some time now. On Mon, Oct 26, 2009 at 5:22 PM, Stephen Chu wrote: > In article <20091026161823.ga1...@troll08.nokia.trolltech.de>, > Oswald Buddenhagen wrote: > > > On Mon, Oct 26, 2009 at 04:09

Re: [Qt-creator] Breakpoint Problem

2009-10-26 Thread Stephen Chu
In article <20091026161823.ga1...@troll08.nokia.trolltech.de>, Oswald Buddenhagen wrote: > On Mon, Oct 26, 2009 at 04:09:26PM +, Robert Caldecott wrote: > > Eh? That's the latest Windows version of Qt Creator I can find on > > your FTP snapshot server. > > > well, that means that our night

Re: [Qt-creator] Breakpoint Problem

2009-10-26 Thread Robert Caldecott
I'll look for an update first thing in the morning... 2009/10/26 Oswald Buddenhagen : > On Mon, Oct 26, 2009 at 04:09:26PM +, Robert Caldecott wrote: >> Eh?  That's the latest Windows version of Qt Creator I can find on >> your FTP snapshot server. >> > well, that means that our nightly build

Re: [Qt-creator] Breakpoint Problem

2009-10-26 Thread Oswald Buddenhagen
On Mon, Oct 26, 2009 at 04:09:26PM +, Robert Caldecott wrote: > Eh? That's the latest Windows version of Qt Creator I can find on > your FTP snapshot server. > well, that means that our nightly build system is kinda lagging. from the developers' pov it is still *wy* outdated when it comes

Re: [Qt-creator] Breakpoint Problem

2009-10-26 Thread Daniel Molkentin
Oha, good point. There will be new ones up in a few hours (unless compilation breaks :). ext Robert Caldecott schrieb: > Eh? That's the latest Windows version of Qt Creator I can find on > your FTP snapshot server. > > 2009/10/26 Oswald Buddenhagen : >> On Mon, Oct 26, 2009 at 03:46:21PM +,

Re: [Qt-creator] Breakpoint Problem

2009-10-26 Thread Robert Caldecott
Eh? That's the latest Windows version of Qt Creator I can find on your FTP snapshot server. 2009/10/26 Oswald Buddenhagen : > On Mon, Oct 26, 2009 at 03:46:21PM +, Robert Caldecott wrote: >> OK, re-creating this is easy for me.  I am running Qt Creator 1.2.93 >> rev 97e7b7bbf9 (Oct 21). >> >

Re: [Qt-creator] Breakpoint Problem

2009-10-26 Thread Oswald Buddenhagen
On Mon, Oct 26, 2009 at 03:46:21PM +, Robert Caldecott wrote: > OK, re-creating this is easy for me. I am running Qt Creator 1.2.93 > rev 97e7b7bbf9 (Oct 21). > that's stone age. please try something *current*. ___ Qt-creator mailing list Qt-creato

Re: [Qt-creator] Breakpoint Problem

2009-10-26 Thread Robert Caldecott
OK, re-creating this is easy for me. I am running Qt Creator 1.2.93 rev 97e7b7bbf9 (Oct 21). 1. Start Qt Creator. 2. Create a new Qt4 GUI project (MainWindow based). 3. Open main.cpp and use F9 to add a breakpoint on line 8. 4. Hit F5. Program builds, gdb starts and the breakpoint is triggered.

Re: [Qt-creator] Breakpoint Problem

2009-10-26 Thread André Pönitz
On Monday 26 October 2009 14:33:36 ext Robert Caldecott wrote: > Out of interest, have you managed to reproduce my breakpoint issues? I was not able to reproduce it after the first change I mentioned last week. > (where breakpoints cannot always be set unless gdb is actually > running.) This i

Re: [Qt-creator] Breakpoint Problem

2009-10-26 Thread Robert Caldecott
Out of interest, have you managed to reproduce my breakpoint issues? (where breakpoints cannot always be set unless gdb is actually running.) This issue got a little better with the latest nightly Windows build but is still giving me problems. 2009/10/26 André Pönitz : > On Monday 26 October 2009

Re: [Qt-creator] Breakpoint Problem

2009-10-26 Thread GenaCid
On Monday 26 October 2009 15:18:20 André Pönitz wrote: > Refering to Message-ID: <200910261429.21544.gena...@inbox.ru>: > There is something strange in the log: Your project does not seem > to be linked to libdl, so the dumpers can not be loaded using dlopen. > Could you please try to disable custo

Re: [Qt-creator] Breakpoint Problem

2009-10-26 Thread André Pönitz
On Monday 26 October 2009 13:18:20 Poenitz Andre (Nokia-D-Qt/Berlin) wrote: > On Monday 26 October 2009 12:29:21 ext GenaCid wrote: > > On Monday 26 October 2009 11:34:11 André Pönitz wrote: > > > ... > > > I just tried to reproduce it but failed. Can you please post a recipe > > > to reproduce the

Re: [Qt-creator] Breakpoint Problem

2009-10-26 Thread André Pönitz
On Monday 26 October 2009 12:29:21 ext GenaCid wrote: > On Monday 26 October 2009 11:34:11 André Pönitz wrote: > > ... > > I just tried to reproduce it but failed. Can you please post a recipe > > to reproduce the problem? > > > > Andre' > > Emmm... There were no special actions. Just rebuilt, se

Re: [Qt-creator] Breakpoint Problem

2009-10-26 Thread GenaCid
On Monday 26 October 2009 11:34:11 André Pönitz wrote: > ... > I just tried to reproduce it but failed. Can you please post a recipe > to reproduce the problem? > > Andre' Emmm... There were no special actions. Just rebuilt, set breakpoint and started the debugger. I've just tried today's snapsh

Re: [Qt-creator] Breakpoint Problem

2009-10-26 Thread André Pönitz
On Friday 23 October 2009 21:03:36 ext Gena wrote: > On Tuesday 20 October 2009 19:12:34 André Pönitz wrote: > > There have been some changes in the area today, and by now I > > can't reproduce the issue anymore. Could you please check > > (after the 12 hour synchronization delay) whether it works

Re: [Qt-creator] Breakpoint Problem

2009-10-23 Thread Gena
On Tuesday 20 October 2009 19:12:34 André Pönitz wrote: > There have been some changes in the area today, and by now I > can't reproduce the issue anymore. Could you please check > (after the 12 hour synchronization delay) whether it works for you? Just tried latest snapshot (03e3a92806): smth cha

Re: [Qt-creator] Breakpoint Problem

2009-10-21 Thread Robert Caldecott
Actually, it is a little better. Second debug session won't stop on new breakpoints, but the 3rd session will ... 4th won't ... 5th will ... etc. So ... some progress! :) Do you want me to upload some gdb logs? 2009/10/22 Robert Caldecott : > Downloaded, installed - same problem.  :( > > 2009

Re: [Qt-creator] Breakpoint Problem

2009-10-21 Thread Robert Caldecott
Downloaded, installed - same problem. :( 2009/10/20 André Pönitz : > On Tuesday 20 October 2009 14:23:56 ext Robert Caldecott wrote: > There have been some changes in the area today, and by now I > can't reproduce the issue anymore. Could you please check > (after the 12 hour synchronization dela

Re: [Qt-creator] Breakpoint Problem

2009-10-21 Thread Gena Cid
On Tuesday 20 October 2009 19:12:34 André Pönitz wrote: > There have been some changes in the area today, and by now I > can't reproduce the issue anymore. Could you please check > (after the 12 hour synchronization delay) whether it works for you? > > Thank you for the report, > Andre' I've chec

Re: [Qt-creator] Breakpoint Problem

2009-10-20 Thread André Pönitz
On Tuesday 20 October 2009 14:23:56 ext Robert Caldecott wrote: > I still don't have confirmation of this issue I logged yesterday using > the Task Tracker. Does it usually take a while before the issue is > accepted? Everything takes a while... ;-) There have been some changes in the area today

Re: [Qt-creator] Breakpoint Problem

2009-10-20 Thread Stephen Chu
I also reported some bugs on Creator 1.3 and Qt 4.6Beta some days ago and haven't gotten any response. No confirmation email and not sign of them in task tracker. Wonder if the bug report system is out of commission or what. In article <2b1e8f000910200523i22b1675ep8bae49450c88a...@mail.gmail.c

Re: [Qt-creator] Breakpoint Problem

2009-10-20 Thread Robert Caldecott
I still don't have confirmation of this issue I logged yesterday using the Task Tracker. Does it usually take a while before the issue is accepted? 2009/10/19 Robert Caldecott : > I've logged a bug report and I am awaiting confirmation.  I may have > to switch back to an earlier build. _

Re: [Qt-creator] Breakpoint Problem

2009-10-19 Thread Robert Caldecott
I've logged a bug report and I am awaiting confirmation. I may have to switch back to an earlier build. 2009/10/19 Gena : > On Monday 19 October 2009 12:50:09 Robert Caldecott wrote: >> This is driving me nuts today - I cannot debug applications unless I >> can set breakpoints! >> >> Is anyone el

Re: [Qt-creator] Breakpoint Problem

2009-10-19 Thread Gena
On Monday 19 October 2009 12:50:09 Robert Caldecott wrote: > This is driving me nuts today - I cannot debug applications unless I > can set breakpoints! > > Is anyone else having issues setting breakpoints? I am sick of > restarting Qt Creator in order for breakpoints to trigger. This seems > li

Re: [Qt-creator] Breakpoint Problem

2009-10-19 Thread Robert Caldecott
This is driving me nuts today - I cannot debug applications unless I can set breakpoints! Is anyone else having issues setting breakpoints? I am sick of restarting Qt Creator in order for breakpoints to trigger. This seems like such a fundamental problem surely there must be something I am missi

Re: [Qt-creator] Breakpoint Problem

2009-10-16 Thread Stephen Chu
In article <2b1e8f000910140009j4f271726h2366dda776dec...@mail.gmail.com>, Robert Caldecott wrote: > I am using 1.2.91 on Windows XP and am having a problem with breakpoints. > > I set a breakpoint and debug my applications - it triggers and all is > well. Each time I debug, that breakpoint wo

[Qt-creator] Breakpoint Problem

2009-10-14 Thread Robert Caldecott
I am using 1.2.91 on Windows XP and am having a problem with breakpoints. I set a breakpoint and debug my applications - it triggers and all is well. Each time I debug, that breakpoint works. However, if I remove the breakpoint and set another one, it doesn't work and *no* breakpoints are trigge