问题
I am unable to find any tools within QtCreator that would allow me to debug std::function
calls and determine what's happening inside.
Is it possible to "step into" std::function
?
In case it is possible, how do I set it up, because a strait-forward approach (i.e push "step into" button when paused on the corresponding std::function
execution call) does not work.
来源:https://stackoverflow.com/questions/51589796/qtcreator-debugger-step-into-stdfunction