Edit and Continue Warning ENC2002

New local variable requires construction or destruction: symbol (symbol)

Edit and Continue cannot update a function on the call stack because code changes have added a variable that requires construction/destruction. Debugging of the function will continue with old code. Code changes will be applied the next time the function is called.