Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

QtCreator: how to set parameters for debugging? [duplicate]

In QtCreator, I have not been able to find how to set the arguments to pass to the executable when running in debug mode.

like image 364
Pietro Avatar asked Jun 07 '13 12:06

Pietro


Video Answer


1 Answers

In QtCreator 2.6.2 it should be:

  • Go to Tab called "Projects" just under "Debug",
  • Now you have to choose kit with your Qt version (if your IDE is configured properly),
  • After selecting kit, you should click tab called "Running", and there should be label with your executable path, arguments to pass and working directory.
like image 114
ariwez Avatar answered Sep 21 '22 05:09

ariwez