Watch Window

  • Thread starter Thread starter Lou
  • Start date Start date
L

Lou

how do i view the Watch window. Its not under "View" or "View->Other
Windows.

What is the Command window for. I want to do like in VB6. I want to type in
an objects property to see waht it is eg:
? btn1.text
outputs the text property of btn1

thanks
-lou
 
Lou said:
how do i view the Watch window. Its not under "View" or "View->Other
Windows.

- Go into debug mode (for example by pressiing F10)
- The select in the menu "Debug | Window | Watch | Watch 1"

What is the Command window for. I want to do like in VB6. I want to
type in an objects property to see waht it is eg:
? btn1.text
outputs the text property of btn1

This is exactly what should happen...

--
Greetings
Jochen

Do you need a memory-leak finder ?
http://www.codeproject.com/tools/leakfinder.asp
 
Back
Top