Modifying a statement which contains a lambda expression will prevent the debug session from continuing while Edit and Continue is enabled.
Modifying a '%1' which contains the 'yield return' or 'yield break' statement will prevent the debug session from continuing ...
Modifying a catch handler around an active statement will prevent the debug session from continuing while Edit and Continue ...
Modifying a catch/finally handler with an active statement in the try block will prevent the debug session from continuing ...
Modifying a method inside the context of a generic type will prevent the debug session from continuing while Edit and Continue ...
Modifying a statement which contains a lambda expression will prevent the debug session from continuing while Edit and Continue ...
Modifying a statement which contains a query expression will prevent the debug session from continuing while Edit and Continue ...
Modifying a statement which contains an anonymous method will prevent the debug session from continuing while Edit and Continue ...
Modifying a statement which contains an anonymous type will prevent the debug session from continuing while Edit and Continue ...
Modifying a try/catch/finally statement when the finally block is active will prevent the debug session from continuing while ...