Am 09.07.2013 13:56, schrieb Drake, Johnathan:
Thanks for the reply Matthew.  the command line arguments appear to be arguments for my target application so I wasn't able to change directories via that method.  However, when I press the run button, i get several messages showing in the terminal window where I launched Geany.  Those messages are:
 



You separate gdb arguments from application arguments using the --args argument.

E.g. gdb <gdb_arguments> --args <program_arguments> <program>