debug

farshad

Centurion
Joined
May 1, 2003
Messages
109
Location
London
Hi,
While I am debugging a .net program, I would like to change a variable and continue as it was allowed it vb6. But in .net I get a message saying that it will re-start the program.
HOw can this be changed?
THanks
 
If by change a variable you mean alter it's currently running value then you can do that from the immediate window as well as the watch and locals windows.

If you mean edit the code then unfortunately the edit and continue has been lost - although it is expected in a later version.
 
Last edited:
Back
Top