Re: breakpoints not firing in particular C++ method
Re: breakpoints not firing in particular C++ method
- Subject: Re: breakpoints not firing in particular C++ method
- From: Stuart Smith <email@hidden>
- Date: Tue, 07 Jul 2009 15:12:35 -0700
- Thread-topic: breakpoints not firing in particular C++ method
on 7/6/09 12:09 PM, email@hidden at
email@hidden wrote:
> Send Xcode-users mailing list submissions to
> email@hidden
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.apple.com/mailman/listinfo/xcode-users
> or, via email, send a message with subject or body 'help' to
> email@hidden
>
> You can reach the person managing the list at
> email@hidden
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Xcode-users digest..."
>
>
> Today's Topics:
>
> 1. Mac slow after Xcode use (Patrick Mau)
> 2. Re: Mac slow after Xcode use (Jonas Maebe)
> 3. Re: Xcode-users Digest, Vol 6, Issue 323 (Jeff Dunnett)
> 4. Re: Telling XCode to open up a .wo file in WOBuilder
> (Andrew Pontious)
> 5. Internal error with Core Data models (Oftenwrong Soong)
> 6. Re: Copy from Variable Summary (Han Ming Ong)
> 7. breakpoints not firing in particular C++ method (Stuart Smith)
> 8. Re: breakpoints not firing in particular C++ method (Jim Ingham)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 06 Jul 2009 09:24:28 +0200
> From: Patrick Mau <email@hidden>
> Subject: Mac slow after Xcode use
> To: email@hidden
> Message-ID: <email@hidden>
> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
>
> Hallo everyone
>
> This is slightly off-topic, but I'd like to know if this is a known
> issue.
>
> I use Xcode 3.1.3 with 10.5.7 developing mostly for my Mac, just a
> little on the iPhone.
> My system is a MacPro 3.1, 8 cores and 8GB RAM, using a seperate disk
> for my development account.
>
> This is not my "normal" account used for mail and web browsing and the
> startup disk, including
> "/Developer" is also on a different drive.
>
> Whenever I used Xcode for a couple of hours, my overall system is
> becoming painfully slow to
> respond. Scrolling in Firefox, Expose functions, or minimizing windows
> becomes really sluggish.
> There are other symptoms like scrollbars and menues flickering, slow
> Spotlight results, etc.
>
> The slowdown persists even after I quit Xcode, log out and then switch
> to my non-development account.
> There's no CPU load at all, neither Activity Monitor nor "top" in
> Terminal shows any CPU hogs.
>
> My swapfile setting is modified to use 256MB for each file and used
> swap is currently 4MB, probably
> because I leave my Mac on for long periods of time.
>
> I suspect that this has something to do with using the debugger,
> setting breakpoints and stepping
> through code, because if I only start Xcode, compile and run a project
> and quit afterwards,
> everything is still allright.
>
> What kind of helps is to restart Finder and the Dock using:
>
> sudo killall Dock
> sudo killall Finder
>
> Is Xcode or gdb setting some kind of traps inside the kernel that
> slows down the system?
> What else could I look out for?
>
> Regards
> Patrick
>
>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 6 Jul 2009 10:35:40 +0200
> From: Jonas Maebe <email@hidden>
> Subject: Re: Mac slow after Xcode use
> To: Xcode-list Xcode-users <email@hidden>
> Message-ID: <email@hidden>
> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
>
>
> On 06 Jul 2009, at 09:24, Patrick Mau wrote:
>
>> Is Xcode or gdb setting some kind of traps inside the kernel that
>> slows down the system?
>> What else could I look out for?
>
> Run a system trace with Shark before and after.
>
>
> Jonas
>
>
> ------------------------------
>
> Message: 3
> Date: Mon, 6 Jul 2009 09:11:26 -0400
> From: Jeff Dunnett <email@hidden>
> Subject: Re: Xcode-users Digest, Vol 6, Issue 323
> To: email@hidden
> Message-ID: <email@hidden>
> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
>
>> ----------------------------------------------------------------------
>>
>> Message: 1
>> Date: Fri, 3 Jul 2009 15:14:50 -0400
>> From: Jeff Dunnett <email@hidden>
>> Subject: Telling XCode to open up a .wo file in WOBuilder
>> To: email@hidden
>> Message-ID: <email@hidden>
>> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
>>
>> Hello,
>>
>> I have a .wo file that won't open in WebObjects Builder when I click
>> on it in XCode. When I click on the same file in Finder it opens in
>> WebObjects Builder. I am wondering is there a way for me to tell
>> XCode to open the file in WebObjects Builder? Note in XCode the file
>> doesn't appear as a WebObjects Builder file but a simple directory
>> (or group).
>>
>> Regards,
>> Jeff
>>
>>
>>
>> ------------------------------
>>
>> Message: 2
>> Date: Fri, 3 Jul 2009 13:30:56 -0700
>> From: Andrew Pontious <email@hidden>
>> Subject: Re: Telling XCode to open up a .wo file in WOBuilder
>> To: Xcoode Mailing List <email@hidden>
>> Message-ID: <email@hidden>
>> Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes
>>
>> On Jul 3, 2009, at 12:14 PM, Jeff Dunnett wrote:
>>
>>> I have a .wo file that won't open in WebObjects Builder when I click
>>> on it in XCode. When I click on the same file in Finder it opens in
>>> WebObjects Builder. I am wondering is there a way for me to tell
>>> XCode to open the file in WebObjects Builder? Note in XCode the
>>> file doesn't appear as a WebObjects Builder file but a simple
>>> directory (or group).
>>
>> To start, the usual questions:
>>
>> - What version of the OS?
>> - What version of Xcode and WO Builder?
>>
>> Newer versions of Xcode don't know about WO Builder or its files,
>> because they don't support WebObjects development:
>>
>> http://wiki.objectstyle.org/confluence/display/WO/Development
>> +Tools-Xcode
>>
>> -- Andrew
>
> Sorry...
>
> OS X Tiger 10.4.11 (Intel)
> Xcode 2.4
> WO Builder 5.3.2
>
> Thanks for your help.
>
> Regards,
> Jeff
>
>
>
> ------------------------------
>
> Message: 4
> Date: Mon, 6 Jul 2009 09:11:16 -0700
> From: Andrew Pontious <email@hidden>
> Subject: Re: Telling XCode to open up a .wo file in WOBuilder
> To: Xcoode Mailing List <email@hidden>
> Message-ID: <email@hidden>
> Content-Type: text/plain; charset="us-ascii"
>
> On Jul 6, 2009, at 6:11 AM, Jeff Dunnett wrote:
>
>>> ----------------------------------------------------------------------
Jim,
thank you.
bug is filed, bug number 7038613.
Stuart
> Message: 8
> Date: Mon, 6 Jul 2009 11:42:58 -0700
> From: Jim Ingham <email@hidden>
> Subject: Re: breakpoints not firing in particular C++ method
> To: Stuart Smith <email@hidden>
> Cc: "email@hidden" <email@hidden>
> Message-ID: <email@hidden>
> Content-Type: text/plain; charset=windows-1252; format=flowed;
> delsp=yes
>
> Look in the Debugging pane of the Xcode preferences, and you will see
> a checkbox allowing you to turn on the Xcode-gdb log. Please turn
> that on, and run a simple session that shows the breakpoint not
> "taking" and then file a bug with that log. That will at least give
> us enough to start.
>
> Thanks,
>
> Jim
>
> On Jul 6, 2009, at 11:29 AM, Stuart Smith wrote:
>
>> A few days ago I posted a question about some breakpoints not firing
>> in C++ code, with no response.
>> (<http://lists.apple.com/archives/Xcode-users/2009/Jun/msg00345.html
>>> .
>>
>> I¹d like to file a bug about this, but I cannot attach my entire
>> project to the bug report. I¹d certainly like to help narrow this
>> down a bit. I¹d like to create a small test case, but I¹m not sure
>> where to begin (obviously, breakpoints usually work).
>>
>> Are there some log files I can look at which might provide more
>> information for my bug report? Can I turn on extra logging for gdb,
>> and if so how (and how do I turn it off again when I¹m done)?
>>
>> Stuart
>> _______________________________________________
>> Do not post admin requests to the list. They will be ignored.
>> Xcode-users mailing list (email@hidden)
>> Help/Unsubscribe/Update your Subscription:
>>
>> This email sent to email@hidden
>
>
>
> ------------------------------
>
> _______________________________________________
> Xcode-users mailing list
> email@hidden
> http://lists.apple.com/mailman/listinfo/xcode-users
>
> End of Xcode-users Digest, Vol 6, Issue 325
> *******************************************
>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden