|
-
April 15th, 1999, 01:11 PM
#1
Steping into only my code
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|