Information Technology Reference
In-Depth Information
NOTE
To clarify the terminology, scripted actions are optional and can be run before and after one of the five standard
build actions, which are fixed.
Setting arguments and environment variables
The Run, Test, and Profile actions include an Arguments dialog box. You can use it to specify arguments and en-
vironment variables that are passed to your application when it launches, via the standard C language argc/
argv placeholders. It's up to you to define what your application does with these variables. Click the + (plus)
and - (minus) icons in the panes of the Arguments dialog box to add and remove items.
CAUTION
These are not build flags or switches. They're passed to your application, not to the compiler/linker.
Selecting a debugger
For OS X projects, you can override the debugger selected in the build configuration here. At the time of this
writing, for iOS projects, the only debugger option shown here is GDB.
Setting Run action options
Search WWH ::




Custom Search