tags:

views:

922

answers:

1

Hi,

Is there a way to send command line arguments to a program being debugged in QtCreator?

+5  A: 

Go in the "Project" part on the left of QtCreator and then in the "Run Settings" tab. There is a Arguments line edit where you can put all you need to pass to your app when launching it.

Patrice Bernassola