Change code in Debug mode

  • Thread starter Thread starter Vayse
  • Start date Start date
V

Vayse

I have read that it is possible to change code while debugging in VB2005,
just like you could do in VB6.
If so, how do you do it?
Thanks
Vayse
 
tools\options\debugging\editing..
check "Allow Editing..."

But your changes wont't affect the current debug session. Changes will
impact the result with the next start of your app.

(This is for VS 2003). Don't know if it is in VS 2005 the same
 
Hello Vayse,

Run your project in Debug Mode. That should enable Edit & Continue.

Regards
Cyril Gupta

You can do anything with a little bit of 'magination.
I have been programming so long, that my brain is now soft-ware.
http://www.cyrilgupta.com/blog
 
Back
Top