Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Debugger command line arguments in Code::blocks

When debugging a program in Code::blocks, how do you specify command line arguments to be sent to the program being debugged. I can't find where to set this for the life of me and google searches bring up settings for debugging the compiler itself, rather than programs written in the compiler. It would be a strange thing to leave out.

Thanks,

Tim.

like image 254
Luther Avatar asked Jul 16 '11 10:07

Luther


1 Answers

Ah, looking with a visual studio head on. It's not in the project settings dialog but off the project menu:

Project->Set Programs Arguments

like image 83
Luther Avatar answered Oct 14 '22 10:10

Luther