Debugging Winforms
Does somebody know (if it's possible) what to do to see the changes made in a form while I'm debugging it? I mean, if a have a line which changes the colour of a button and perform a breakpoint in it, do I execute just this step while debugging to move to the application window and see if the change was made?
Thanks in advance
|