|
-
August 26th, 1999, 07:03 AM
#1
BreakPoint on Variable
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|