Re: Xcode 4.5.2 won't actually run my shell tool
Re: Xcode 4.5.2 won't actually run my shell tool
- Subject: Re: Xcode 4.5.2 won't actually run my shell tool
- From: Quincey Morris <email@hidden>
- Date: Fri, 21 Dec 2012 15:07:55 -0800
Just to clarify a couple of things here... On Dec 21, 2012, at 14:42 , "Theodore H. Smith" < email@hidden> wrote: Why would I try to set a break point in my code, if I knew my code wasn't running?
"Setting a breakpoint" in Xcode doesn't actually set a breakpoint in your executable, at least not yet. Rather, it's something that Xcode remembers to do when you click the "Run" button, after starting up the debugger and telling the debugger to load your executable. Then Xcode passes the breakpoint (as symbolic information) to the debugger, which resolves the information into whatever it needs to do to actually put the breakpoint in the executable.
I played around with the project settings trying to get the "Test" button to work
If you mean the "Test" button that's on the "Run" button menu, then its for starting unit tests. It doesn't sound like that's really what you wanted. ... I have no idea what I'm suppose to do.
I strongly suggest you take the time to read the whole of this document:
Xcode has grown into a conceptual behemoth, and taking the guided tour once is going to make you much more productive.
|
_______________________________________________
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