If Halted in MFC, How Can I Get Back to the Function That Called MFC?

Full Problem Description: When my program began drawing erratically, I used the Break command in the Debug menu to halt the program. Unfortunately, I ended up in MFC. I’m pretty sure the problem is in my code, not MFC. How can I get back to it?

Use the Call Stack window to navigate to the function from which MFC was called. For more information, see .