Click here to Skip to main content
15,900,907 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more: (untagged)
Thanks in Advance,

While debugging anything in Visual Studio cannot see in debugging mode that whats going on the application

lets say i have a Text Box control and i wrote code for it

TEXTBOX1.text ="Hello World"


now while debugging i want to see the values on my application that ok it has set this value now or not


Any alternate or suggestion


Best Of Regards ,


Mirza Rahman
Posted

1 solution

The application is halted when it hits a breakpoint. Hence, it will not paint the form.

You can add a "watch" in order to inspect the value though :)
 
Share this answer
 


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900