Re: limiting scrollback in XCode/GDB?
Re: limiting scrollback in XCode/GDB?
- Subject: Re: limiting scrollback in XCode/GDB?
- From: Lyndsey Ferguson <email@hidden>
- Date: Thu, 13 Dec 2007 10:30:52 -0500
- Thread-topic: limiting scrollback in XCode/GDB?
On 12/13/07 10:16 AM, "Army Research Lab" <email@hidden> wrote:
> I have a long running, multi-threaded (pthreads, not NSThreads) C99 command
> line application that I'm testing via the tried and true method of sticking
> printf() statements all over the place, so that if/when a thread crashes,
> dumps something strange, etc. I have an idea as to which thread, where, and
> more importantly, why. I only need to keep a limited number of lines of
Perhaps you can log this data to a file instead until you find out how to
clear the Xcode buffer?
(Yes, you'll may have to handle the thread access to the file when writing
-- I'm not sure if that is thread safe)
Lyndsey
--
Mr. Lyndsey D. Ferguson
Software Engineer
Nemetschek N.A., Inc.
http://www.nemetschek.net
_______________________________________________
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