editing codes in debug mode?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

anyone know if there is a way to get VS to enable editing codes in debug
mode? 6.0 supported this feature and it's the best key selling point. I
just don't know why it's not avaliable.

Thanks.
 
Ben said:
anyone know if there is a way to get VS to enable editing codes in debug
mode? 6.0 supported this feature and it's the best key selling point. I
just don't know why it's not avaliable.

Thanks.


It's not avaliable because .Net is a new laugague and it is a very
difficult thing to do. They are adding it back in VS.Net 2005.

Chris
 
Ben said:
anyone know if there is a way to get VS to enable editing codes in debug
mode?

Edit and Continue is not supported in VB.NET 2002/2003. It will be back in
VB 2005. What you can do in VB.NET 2002/2003 is changing a setting that
allows you to edit code in debug mode ("Tools" -> "Options" ->
"Debugging" -> "Edit and continue" -> [X] "Allow me to edit VB files while
debugging"). Notice that changes in the code will take effect after
restarting debugging.
 
Back
Top