Details
-
Suggestion
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
Qt Creator 4.8.1
-
None
Description
Running the same program with different arguments leads to different tabs in the 'Application Output' window. However, unless you add a "Run configuration" for every arguments set, it is no longer possible to identify the arguments used in each tab. Especially since you can reorder the tabs.
Workflow:
- Run "dummy.exe"
- Run "dummy.exe -arg1 foo" (by changing the command line arguments in the run configuration)
- Run "dummy.exe -arg1 foo -arg2 bar" (by changing the command line arguments in the run configuration)
Result: three tabs are open, all saying "Starting dummy.exe..."
Expected result: have a way to know what tab was ran with what arguments.
Suggestions:
- Show the arguments in the "Starting ..." line
- Show the arguments in the tooltip of the tab (might be too long to show in the tab itself)
- ...
Automatically create new run configurations(too many configurations)
Attachments
Issue Links
- duplicates
-
QTCREATORBUG-20577 Show used parameters in "Application Output"
- Closed