Home > Back-end >  For help! MFC how in single step debugging, skip the debugging of system DLLS?
For help! MFC how in single step debugging, skip the debugging of system DLLS?

Time:05-26

Hand have a Windows MFC procedures, want to step through, to understand the program logic, but when debugging, at the end of the callback function, will enter the user32. DLL, and presented no load wuser32. PDB, but I don't need to debug it, this kind of situation how to skip the user32 debug?

CodePudding user response:

Press Shift + F11 key

CodePudding user response:

Separate F10 and F11
Which one with which to use, don't insist a key to knock it,
  • Related