Hi, I'm using Qt Creator 3.0.1. I'm trying to debug my application using command line arguments: qtcreator -debug myapp. I was wondering if there is anyway to pass arguments to my executable myapp before the debugging starts, e.g., qtcreator -debug myapp,args=custoargs. Thanks! Hovnatan