<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Am 09.07.2013 13:56, schrieb Drake,
      Johnathan:<br>
    </div>
    <blockquote cite="mid:73ED221E-7829-4D13-B8FD-BDA0D4175D81@mimectl"
      type="cite">
      <style>.EmailQuote {
        BORDER-LEFT: #800000 2px solid; PADDING-LEFT: 4pt; MARGIN-LEFT: 1pt
}
</style>
      <style title="owaParaStyle"><!--P {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
--></style>
      <div dir="ltr"><font color="#000000" face="Tahoma" size="2">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:</font></div>
       
      <div dir="ltr"><br>
      </div>
    </blockquote>
    <br>
    <br>
    You separate gdb arguments from application arguments using the
    --args argument. <br>
    <br>
    E.g. gdb <gdb_arguments> --args <program_arguments>
    <program><br>
  </body>
</html>