Question : MFC Debugging

Hiya

Can anybody tell me if it is possible to avoid jumping into the MFC source code when debugging.

John

Answer : MFC Debugging

You can't automatically avoid all of MFC, but you can provide a list of classes or functions to avoid (like CString). Here's the registry section: (The 10.0 is for VS2010. It will be different for earlier versions of Visual Studio)
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\10.0\NativeDE\StepOver

More information can be found at:
http://stackoverflow.com/questions/626744/is-there-a-way-to-automatically-avoiding-stepping-into-certain-functions-in-visua
Random Solutions  
 
programming4us programming4us