Re: Go Run
Re: Go Run
- Subject: Re: Go Run
- From: glenn andreas <email@hidden>
- Date: Wed, 13 Feb 2008 09:53:57 -0600
On Feb 13, 2008, at 9:34 AM, Davide Scheriani wrote:
what's the difference between "go" and "run"?
Xcode has two different ways to launch your program - "Run" (which
doesn't launch it under the debugger) and "Debug" (which does). "Go"
just launches it the same way as you last did it (which is why the
"Go" menu command usually is "Go (Run)" or "Go (Debug)"
and whats about "touch" and "untouch"?
:)
Touch marks a file as being modified (and thus needing to be compiled)
- much nicer than opening the file, adding a space, deleting the
space, and then saving it.
Untouch does the opposite - marks the file as not needed to be
compiled (which is normally a bad thing to do since the build can get
out of sync with the sources, but if all you did was edit the date in
a comment in a header file included by everything it allows you to
avoid a full rebuild)
Glenn Andreas email@hidden
<http://www.gandreas.com/> wicked fun!
quadrium | prime : build, mutate, evolve, animate : the next
generation of fractal art
_______________________________________________
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
References: | |
| >Go Run (From: Davide Scheriani <email@hidden>) |