How to: Apply Code Changes Explicitly

In Visual C++, Edit and Continue can apply code changes in two ways. Code changes can be applied implicitly, when you choose an execution command, or explicitly, using the Apply Code Changes command.

When you apply code changes explicitly, your program remains in break mode – no execution occurs.

Procedure

To apply code changes explicitly

See Also

Reference

Edit and Continue (Visual C#)