Hi,

I want to set breakpoint on changing value of CMyClass::m_bVariable. What is the correct sequence of doing it?

I tried Edit->Breakpoints->Data, and have questions:

1. Should I use plain variable name (here m_bVariable) or full name CMyClass::m_bVariable or something also as an "expression to be evaluated"?

2.In the Edit->Breakpoints->Data->Advanced dialog box how should I enter funcion name - plain (MyFunction), full (CMyClass::MyFunction) or decorative name from *.map file?

Oleg.