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
2025-01-19T11:57:03.7+00:00

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.User's image

Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
1,019 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.