vote up 1 vote down star

I'd like to be able to pass command line arguments to programs that are run/debugged under Xcode. I want to do this so that I can command-line enable debug modes using Cocoa's NSUserDefaults and NSArgumentDomain.

How to do that?

Thanks!

flag

60% accept rate

1 Answer

vote up 6 vote down check

In the left-hand sidebar, expand the Executables section, then right-click the executable you want to have arguments and hit Get Info. Go to the Arguments tab - it has two sections you can use:

  • Arguments, for command-line arguments you want sent to your program
  • Environment, for variables you want set in the environment before your program launches
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.