CodeBlocks IDE

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Xx r3negade
    New Member
    • Apr 2008
    • 39

    CodeBlocks IDE

    I have a program that I've written that requires 2 command line arguments. I would like to debug it in the Codeblocks environment. How do I set the two arguments to be passed to the program?
  • Xx r3negade
    New Member
    • Apr 2008
    • 39

    #2
    I know that many of you are familiar with this program, and I'd really appreciate a reply. Thank you.

    Comment

    • weaknessforcats
      Recognized Expert Expert
      • Mar 2007
      • 9214

      #3
      I don't use CodeBlocks but I do use Visual Studio.NET and that tool has you set a project property in the project's properties debug section for command line arguments. You just type them in separated by spaces.

      Maybe CodeBlocks is similar.

      Comment

      Working...