VS 2003 Q....

  • Thread starter Thread starter Nelson Smith
  • Start date Start date
N

Nelson Smith

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
 
Not 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
 

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

Back
Top