While debugging, I am currently at this (next) statement :-
system()->executeFracture(calculateFracture(data));
^^1
Not a hotkey, but the closest thing I know of can be found on the right-click menu when your debugger is stopped on a line of code line that. You should be able to find an entry to "Step Into Specific" with a sub-menu giving the choice of all the functions from that line.
https://msdn.microsoft.com/library/7ad07721(v=vs.100).aspx