PDA

View Full Version : Setting commandline parameter for debugging



dexli
28th March 2011, 20:52
Hi all,

simple question, how do I set the command line parameter (argv) of a programm which runs in the debugger ?

Thanks
Dexli

ChrisW67
28th March 2011, 22:51
Which environment? Which debugger? Are you using an IDE or launching the debugger yourself?

In Qt Creator the command line arguments are set under Projects, Run Settings.

dexli
31st March 2011, 10:09
In Qt Creator the command line arguments are set under Projects, Run Settings.

that was what I'm looking for!:)
Thanks
dexli