Questions tagged [edit-and-continue]

Edit and Continue is a feature of Microsoft Visual Studio that enables you to make changes to your source code while your program is in break mode.

Edit and Continue is a time-saving feature of Microsoft Visual Studio that enables you to make changes to your source code while your program is in break mode. When you resume execution of the program by choosing an execution command like Continue or Step, Edit and Continue automatically applies the code changes with some limitations. This allows you to make changes to your code during a debugging session, instead of having to stop, recompile your entire program, and restart the debugging session.

This tag should be used for questions relating to the feature.

See: MSDN - Edit and Continue

91 questions
-1
votes
1 answer

Stale Code Warning on Edit and Continue in Visual Studio 2012 Express

In most of my projects, during debug mode if I see a small error I can edit the code during debug, choose apply code changes, and continue. This generally works for most any minor change. If the changes are too extensive it will say insufficient…
Josh
  • 189
  • 1
  • 12
1 2 3 4 5 6
7