Re: XCode 5 - Clearing Log>
Re: XCode 5 - Clearing Log>
- Subject: Re: XCode 5 - Clearing Log>
- From: Alex Zavatone <email@hidden>
- Date: Thu, 19 Sep 2013 08:52:47 -0400
Damn, that's a great idea. A little set of logs that you could tail.
What I like about this is that I'm often working on in n+1 different project files in Xcode and to have a history of the logs for each project would be pretty useful.
What I often do to maximize screen space is redirect NSLog out to one file that I tail. The great thing with this is that it can be independent of Xcode, even on another computer's screen.
Whenever my app starts, stops, hits the debugger and Xcode reconfigures its interface, I still have this log window set at large as is useful and it's not affected by Xcode's rejiggering of the UI.
Something to think about.
Here's what I use for this: tail -f 'iPhone Simulator log.txt' | sed -e 's/.*]/]/g'
On Sep 19, 2013, at 8:40 AM, Dave wrote:
> What would be cool would be a Script or whatever that copied the current log into a file called "Log 00000001" or whatever and then cleared it in XCode. Maybe keep the last 10 logs????
>
> Cheers
> Dave
>
> On 19 Sep 2013, at 13:00, Alex Zavatone <email@hidden> wrote:
>
>> This was something I was looking at to possibly create an AppleScript for if a shortcut key for Clear isn't able to be bound in the prefs.
>>
>> I'm not on a machine where I have access to Xcode 5 at the moment. Can anyone tell me if there is the option to bind a key to the Clear/Trash Log button? If not, I'll see if I can GUI script that so that we can get a shortcut key on it.
>>
>> And for those who seem to have issues with me saying non glowing things about the product, yes, this is another issue that we could discuss and find a solution to.
>>
>> On Sep 19, 2013, at 6:32 AM, Dave wrote:
>>
>>> Hi,
>>>
>>> The "clear" button that clears out the log panel seems to have disappeared in XCode 5. How do you Clear the log now?
>>>
>>> Thanks a lot
>>> Dave
>>>
>>>
>>> _______________________________________________
>>> 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
>>
>
>
> _______________________________________________
> 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
_______________________________________________
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