Norm Moulton
April 15th, 1999, 01:11 PM
Does anyone know if there is an option in the Visual C++ IDE to _not_ step into the MFC source code? For example when I want to step into the following line:
m_strId = GetTag(strName, "INFO_TEXT");
I first step into the CString code for each of the parameters before it steps into my GetTag() function. There must be (or there should be) an easy way to stop this from happening. I trust Microsoft to have the MFC code fully debugged anyway :)
Thanks,
Norm
m_strId = GetTag(strName, "INFO_TEXT");
I first step into the CString code for each of the parameters before it steps into my GetTag() function. There must be (or there should be) an easy way to stop this from happening. I trust Microsoft to have the MFC code fully debugged anyway :)
Thanks,
Norm