When stepping int myFunc(std::string a, std::string b, std::string c) I always have to work through the standard library code constructors. I have in my options "Enable Just My Code" but nothing i do seems to keep this from happening.
Todd James
0
Reputation points
My func definition --> int mYFunc(std::string aString, std::string aComparator, std::string aCompareValue);
Calling mYFunc("A String with Status=", "stristr", "Status=");
Standard routines I keep having to work through.
_CONSTEXPR20 basic_string(In_z const _Elem* const _Ptr) : _Mypair(_Zero_then_variadic_args_t{}) {
_Construct<_Construct_strategy::_From_ptr>(_Ptr, _Convert_size<size_type>(_Traits::length(_Ptr)));
}
Screenshot of my tools/options settings.
Sign in to answer