farshad Posted September 15, 2003 Posted September 15, 2003 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 Quote Farshad
Administrators PlausiblyDamp Posted September 15, 2003 Administrators Posted September 15, 2003 (edited) 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. Edited March 15, 2007 by PlausiblyDamp Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.