How to enable Edit and Continue in Visual Studio 2012 ?

Edit and Continue is one of the interesting debugging feature in Visual Studio that lets the developers to edit the code and continue debugging even when the debugger breaks.

How to enable Edit and Continue in Visual Studio 2012 ?

Follow the below steps to enable Edit and Continue feature in Visual Studio 2012.

1. Open the Visual Studio Options ( Tools -> Options )

How to enable Edit and Continue in Visual Studio 2012 ?

2. In the Options Dialog , click “Edit and Continue” under Debugging in the left sidebar and then check the option “Enable Edit and Continue” under “Edit and Continue” group and click OK.

How to enable Edit and Continue in Visual Studio 2012 ?

Now , the Edit and Continue feature is enabled in Visual Studio 2012