Edit and Continue In VB.Net?

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

Guest

Is there a Edit and Continue capability in VB.NET yet? I realize it may not
be the same as VB6, but I thought there was going to be some form of this?

Thanks for any info,

WayneM
 
There is in Visual Studio 2005. Not in any version that is already released
though.

Chris
 
There is an option for Edit and Continue... But it's not a true edit and
continue. When it's on, you get an option to do Edit and Continue or
Edit and Restart. The Edit and Restart will make the change, recompile
and start the program from the beginning. The Edit and Continue option
basically continues running the program just as if you didn't make the
changes. It sucks, but it is kind of usefull to fix a minor problems and
then try again...
 
Aaron Smith said:
There is an option for Edit and Continue... But it's not a true edit and
continue. When it's on, you get an option to do Edit and Continue or Edit
and Restart. The Edit and Restart will make the change, recompile and
start the program from the beginning. The Edit and Continue option
basically continues running the program just as if you didn't make the
changes. It sucks, but it is kind of usefull to fix a minor problems and
then try again...

ACK:

"Tools" -> "Options" -> "Debugging" -> "Edit and continue" -> [X] "Allow me
to edit VB files while debugging".
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top