Improving the debugging experience for std::function
fWe received a Visual Studio User Voice suggestion to make “StepInto” go directly to user code, skipping past standard library (std::function) implementation details. We recently worked on this suggestion and implemented it in the last version of Visual C++.
The issue:
Single-stepping through a call to an instance of std::function was a particular pain point.