Does Visual C++ 6.0 debugger allow a person to break execution when a variable equals a certain value?
Printable View
Does Visual C++ 6.0 debugger allow a person to break execution when a variable equals a certain value?
I'm not sure about that but I doubt it. You can however use assert's to break execution when a variable is a certain value. If you need help on assert's look on msdnQuote:
Originally posted by flynn
Does Visual C++ 6.0 debugger allow a person to break execution when a variable equals a certain value?
msdn.microsoft.com
Yes
in MSCV v6
CRTL + B for conditional break points
set the location then the condition