Editing code while running

  • Thread starter Thread starter Irwin M. Fletcher
  • Start date Start date
I

Irwin M. Fletcher

Is there anyway to change (modify, edit) your code
while your C# .NET solution is in the RUN (F5) mode?

Meaning ... If you have a breakpoint and want to change
a line on down below. If I do that and continue to run
I get a message saying ...

"The code changes you have made will not be applied to your
program until you restart. ..."

In vb 6.0 you could do this... Unless I was high and it
did not actually take my changes until I restarted.


OK.. just a question.
Irwin ... :O)
 
Irwin, no you can't. That feature is called Edit and Continue and was not
included in either of the current releases of Visual Studio.
 
I saw that option under VS Tools | Options for C++ - I was really surprised
to see it there and not for VB (which has always historically had it).
Really curious why. I didn't remember visual studio 6.0 having it for C++.

And it is coming to the next VB.NET release.
-mike
 
Back
Top