Re: Speeding up XCode?
Re: Speeding up XCode?
- Subject: Re: Speeding up XCode?
- From: Rob Lockstone <email@hidden>
- Date: Mon, 17 Oct 2005 08:18:27 -0700
Fwiw, the Console app is especially useful for opening up large files because it's essentially a GUI for 'tail' and only opens the last 128K of the file by default. You can then cmd-R and request variable amounts of the file to be opened. Of course, very large files do still take a few minutes to load, but if what you're looking for is more recent (often the case when examining log files), Console is great. Also, it will continually update with new data (a la tail), and you can also (simply) filter the results.
Rob On Oct 17, 2005, at 01:23 , Jerry wrote: There are other sorts of files which are useful to open in XCode, such as log files, XML and so on. We have a log file generated by a server which I often need to look at and I've lost count of the number of times I've tried without thinking to open it in XCode, had to force quit XCode to get my system back and then opened the file in CodeWarrior.
Jerry
|
_______________________________________________
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