Re: very simple debugging question (MSVC) -
26-01-2004
Ok - I just did a small test...
Go into your debug menu and add a new breakpoint.
Go to the data tab.
Add in the variable name. ex ( mystruct.member )
Leave the context blank ( or try adding in a function? )
Click condition
Make sure "has changed" is selected.
When you start in debug mode it should go into the debugger as soon as it has changed. I'm sure there are more options around there to play with.
Hope that helps.
|