Maanu
Maanu

Reputation: 5203

Debug Into MFC Code

I have build my application in release mode with debug information enabled. But I cannot debug into the MFC code for eg: CDocument::SetPathName

What should I do to step into MFC code in release mode?

Upvotes: 1

Views: 596

Answers (1)

Valery Arkhangorodsky
Valery Arkhangorodsky

Reputation: 163

This should work. You haven't provided details how exactly you "have build my application in release mode with debug information enabled" or even what version of VS you are using. You may need to specify that you want debugging info both in compiler and linker sections of your project settings.

Upvotes: 1

Related Questions