Edit and Continue

This topic applies to:

Edition

Visual Basic

C#

C++

Web Developer

Express

Topic applies Topic applies Topic applies Topic applies

Standard

Topic applies Topic applies Topic applies Topic applies

Pro and Team

Topic applies Topic applies Topic applies Topic applies

Table legend:

Topic applies

Applies

Topic does not apply

Does not apply

Topic applies but command hidden by default

Command or commands hidden by default.

Edit and Continue is a time-saving feature 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 section includes the following topics:

How to: Apply Code Changes Explicitly

How to: Enable and Disable Edit and Continue

How to: Stop Code Changes

Point of Execution

Edit and Continue (Visual C+)

Edit and Continue (Visual C#)

Edit and Continue (Visual Basic)

See Also

Concepts

Debugger Security

Reference

Edit and Continue, Debugging, Options Dialog Box

Other Resources

Debugger Roadmap