المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : How to handle breaks during debugging



C++ Programming
09-05-2009, 10:42 PM
Hello,

I placed a break in the function OnKeyDown() of a class derived from CRichEditCtrl. But when I press F5 and debug the code the code doesnt proceed further but when I remove the break in the fucntion the code goes ahead . Ith this I am not able debug the OnKeyDown.


What should be done ?

Pritha