This question is related to VS 2003.
In the debug mode, when the variable value changes to a particular value, I
want to stop the program. Is it possible to set the watch/debug... like
that?
Thanks,
NelsonNot sure with watch variables (like in VB 6). But you CAN set a break point
and then set a break-point condition. Right-click on the break point (red
dot in gutter) ->"Breakpoint Properties..."->"Condition..." button.
Note: You cannot fiddle with the breakpoint properites WHILE in debug mode.
HTH,
Greg
"Nelson Smith" <NelsonSmith74@.hotmail.com> wrote in message
news:eBTsXpzoEHA.3988@.tk2msftngp13.phx.gbl...
> Hello All,
> This question is related to VS 2003.
> In the debug mode, when the variable value changes to a particular value,
> I
> want to stop the program. Is it possible to set the watch/debug... like
> that?
> Thanks,
> Nelson
0 comments:
Post a Comment