Partilhar via


C# Edit and Continue: Erro 4006

Um marcador da instrução ativa foi excluído.You must revert your changes to continue or restart the debugging session

Este erro indica que uma instrução ativa foi removida, provavelmente devido a um erro interno raro.

To fix this problem

  • Undo the changes, and then continue debugging without the changes.

    —or—

  • On the Debug menu, click Stop Debugging, then make the changes and start a new debugging session.

Consulte também

Referência

Alterações de código suportadas (C#)

Edição e continuação (Visual C#)

Outros recursos

Editar e continuar a erros e avisos (C#)