visual studio 2008 - how to Apply code changes at run time without breaking exectuion -


I am in Visual Studio 2008 and working on a very large project, which takes a lot of time to run at that time When he is running Debug and I make some code changes, I want to include those code changes at run time. I think this will not always be possible, but in some situations it is.

I know that when I break the execution using the break point and then I add the code then the code changes in the phase again apply, but I apply it to the code change without breaking the execution. Want to

I think there is no way to do what you want.

I use the following move in my ASP.Net

  • Make changes to the code
  • Rebuilding the code
  • Repeat the code / Li>
  • Re-attach the process with IDE (Debug> Attach process>

  • Comments