at some point the value of my variable gets broken - how to track when?

R

r.z.

Does C++ or Visual C++ 8 provide any way to track the exact moment when the
right value of my varible is overwritten?
I have no idea how/when the value gets changed. How to debug such cases?
 
H

Howard

r.z. said:
Does C++ or Visual C++ 8 provide any way to track the exact moment when
the right value of my varible is overwritten?
I have no idea how/when the value gets changed. How to debug such cases?

In VC, there is a way to set a breakpoint on the condition of a variable's
value changing, if I recall. You should ask in a VC newsgroup. There's one
relating to the IDE which would be appropriate, but I forget its exact name.
Look on msnews.microsoft.com (or news.microsoft.com).

-Howard
 
R

r.z.

thanks

Howard said:
In VC, there is a way to set a breakpoint on the condition of a variable's
value changing, if I recall. You should ask in a VC newsgroup. There's
one relating to the IDE which would be appropriate, but I forget its exact
name. Look on msnews.microsoft.com (or news.microsoft.com).

-Howard
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top