Changing Value during debugging

ajeeshco

Well-known member
Joined
Sep 19, 2006
Messages
257
Location
Cochin, India
Programming Experience
3-5
Hi,
How can I change a variable's value manually during debugging session in Visual Studio .Net 2003?:confused:
 
would you mind giving some sample code

Hi,
Thanks for sending the link. I went through the link you sent as the reply. Can you please:) give an example command/code that I can enter into the command window or immediate window so that I can change the value of the variable and continue debugging with that value so that I can figure out what went wrong in the application which I'm debugging.

Thanks in Advance
 
Thanks!!

Hi,
Thanks:). Actually I was trying to do the assignment in the command window:eek: and that caused the problem. Now I changed to the immediate window by issuing the command "immed" and I could change the value of the variable.
 
Back
Top