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

Add 'Really Step Into' debug command that skips over arguments

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • Not Evaluated
    • None
    • None
    • Debugger
    • None
    • Qt Creator 9.0.1

      
Based on Qt 6.4.0 (GCC 10.3.1 20210422 (Red Hat 10.3.1-1), x86_64)

      

Built on Dec 14 2022 02:17:46



      From revision 938231cf0d

    Description

      When stepping into a function that takes arguments via std::move and std::forward, it will annoyingly step into the standard library move and forward functions for each argument before actually stepping into the function of interest. I have to repeatedly do Shift-F11 and F11 to skip over all the arguments and land in the function of interest.

      Please add a 'Really Step Into' debug command that skips all the intermediary functions called during argument evaluation, and directly steps into the function of interest.

      Attachments

        Activity

          People

            hjk hjk
            ecormier Emile Cormier
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: