Re: [Qt-creator] Debugger not working in latest snapsh ot on OSX Snow Leopard

2009-10-05 Thread André Pönitz
On Saturday 03 October 2009 01:23:27 ext Andre Poenitz wrote: On Fri, Oct 02, 2009 at 10:45:09PM +0100, Danny Price wrote: Tried it with the 2nd Oct build, same thing. Ok. I'll have a look at it on Monday. Turned out that the gdb shipped with 10.6 behaves differently than the one shipped

Re: [Qt-creator] Debugger not working in latest snapshot on OSX Snow Leopard

2009-10-05 Thread André Pönitz
On Monday 05 October 2009 14:03:19 ext Danny Price wrote: Brilliant thanks. How come the debugger in 1.2.1 works with SL? Probably it did not use the offending command (set print inferior-events 1) during startup. Andre' ___ Qt-creator mailing list

Re: [Qt-creator] Debugger not working in latest snapshot on OSX Snow Leopard

2009-10-05 Thread Danny Price
Ah so that's where 'inferior' comes from! I got a message box a few days ago saying something about failing to stop the 'inferior process'. I assumed it was a typo :P On Mon, Oct 5, 2009 at 1:56 PM, André Pönitz andre.poen...@nokia.comwrote: On Monday 05 October 2009 14:03:19 ext Danny Price

[Qt-creator] Sources and Headers?

2009-10-05 Thread Robert Caldecott
Am I missing something here? I have the Qt Creator Technology Snapshot (v1.2.90 from September 10th) and I keep reading about some magic source/header filters in the project tree, but have yet to see evidence of such a feature. If I create a new Qt GUI project I get my .pro. .cpp, .h, as nornal

Re: [Qt-creator] Sources and Headers?

2009-10-05 Thread Eike Ziller
On Oct 5, 2009, at 5:06 PM, ext Robert Caldecott wrote: Am I missing something here? I have the Qt Creator Technology Snapshot (v1.2.90 from September 10th) and I keep reading about some magic source/header filters in the project tree, but have yet to see evidence of such a feature. If I

Re: [Qt-creator] Makefile.Debug is used for Release build

2009-10-05 Thread Robert Caldecott
I had a similar problem before and deleted the .pro.user file and all was well... 2009/10/5 David Ching d...@remove-this.dcsoft.com: Update:  If I delete mylib\Makefile* before doing #3 (Build | Rebuild Project projects ), then the correct Release version is built!  There are 3 makefiles that

Re: [Qt-creator] Sources and Headers?

2009-10-05 Thread Robert Caldecott
Thanks Eike - I will download the latest tomorrow and give it a go. 2009/10/5 Eike Ziller eike.zil...@nokia.com: On Oct 5, 2009, at 5:06 PM, ext Robert Caldecott wrote: Am I missing something here?  I have the Qt Creator Technology Snapshot (v1.2.90 from September 10th) and I keep reading

Re: [Qt-creator] ideas

2009-10-05 Thread Danny Price
On 5 Oct 2009, at 15:47, Will Stokes wrote: Just tried the latest snapshot after reading the blog posting. Qt Creator is looking awesome. If a few basic issues I'm having with the editor UI could be addressed I would switch from XCode in a heartbeat. Greets from another XCode refugee! -I

Re: [Qt-creator] Qt-creator Digest, Vol 13, Issue 7

2009-10-05 Thread Will Stokes
Perhaps we have different definitions of toys. :-) The project I'm currently working on comprises ~1000 .cpp and .h files. I currently use XCode and pull up files using XCode's navigation tree. I've broken my files into a nice directory structure so at any level I'm only looking at many 20-30

[Qt-creator] SOLVED: Starting debugger launches RELEASE version, not DEBUG

2009-10-05 Thread David Ching
Qt Creator 1.2.90 on Windows Building project using Qt 4.5.3 The Projects window shows that even though the Debug configuration is active, the folder path of the exe that will be debugged is the release\. Therefore, trying to debug launched the Release version which has no debug info. This