Why Can’t I Step Into Constructors and Operators Using the Step Into Specific Function?
You cannot Step Into constructors or operators using the Step Into Specific Function because the Step Into Specific Function command depends on getting the literal string from the current line. This is a design limitation. For example, the constructor is not called using the syntax CConstructFunction::CConstructFunction, so the literal string is not available.