What is addwatch option? how to use it? where ?

Showing Answers 1 - 2 of 2 Answers

nill

  • Jun 25th, 2006
 

Addwatch is used for the perpose of monitoring the varibale. you can add variables, expressions and arrays to the watch list using the add watch dialog box.

choose>add watch or click add watch.

  Was this answer useful?  Yes

Guest

  • Sep 8th, 2006
 

Here we try to watch the content of the variables declared in on application.To monitor a particular variable add a watch on that. This is generally used along with breakpoints and step commands to see how the contents of your varaiable are getting modifed.

Add a watch:Click on Debug =>Add watch . A window pops up in that enter the variable name and click ok. Even expression involving the variables can be given(ex:i+10, j*20)

watch:we can add new watches, modify old ones and delete watches from the watch list menu from the debug menu. This window is also used to minitor the watches. we can also use the assign button to put new values in the variables at the run time.

 sudhakar kolla

If you are having any doubt can ask me.

My Email:Kollasudhakar2005@yahoo.co.in

My number :09819859346

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions