On Apr 21, 2015, at 5:35 AM, Michael Crawford <mdcrawf...@gmail.com> wrote:
> 
> The reason I haven't been using version control is that I prefer to
> operate my own servers - but then I have to set them up, and it's
> quicker just to roll a tarball.

Huh?  Nothing about a version control system limits your use of your own
servers.  Pick one you can live with and use it.  git, svn, mercurial, cvs,
old rcs, whatever.  Doesn’t cost anything more than the time to download
and install.  With Xcode you’ve already got git (and svn?).

Use of version control make answering the “what the hell did I change that
caused that to happen” question trivial to answer.   Commit early and often.

Roland King <r...@rols.org> wrote

> Have you set an exception breakpoint which fires at the time the exception is 
> thrown, if there is an exception? That helps sometimes. 

And if you do have exception breakpoints enabled check to be sure that you are
only breaking on Objective-C breakpoints.

Marc
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to