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

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

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • None
    • Debugger
    • 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

      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.

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

            hjk hjk
            ecormier Emile Cormier
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes