Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-21870

Add command line arguments info to the application output window

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Duplicate
    • Not Evaluated
    • None
    • Qt Creator 4.8.1
    • Editors
    • 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:

      1. Run "dummy.exe"
      2. Run "dummy.exe -arg1 foo" (by changing the command line arguments in the run configuration)
      3. 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

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              davschul David Schulz
              koen.poppe koen.poppe
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes