Details
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.