Compartilhar via


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

This topic applies to:

Edition

Visual Basic

C#

F#

C++

Web Developer

Express

O tópico não é aplicável O tópico é aplicável O tópico não é aplicável O tópico não é aplicável O tópico é aplicável

Pro, Premium e Ultimate

O tópico não é aplicável O tópico é aplicável O tópico não é aplicável O tópico não é aplicável O tópico é aplicável

With Edit and Continue for C#, you can make changes to your code in break mode while debugging. The changes can be applied without having to stop and restart the debugging session. In run mode, the source editor is read-only.

Edit and Continue supports most changes you might want to make during a debugging session, but there are some exceptions. For more information, see Alterações de código suportadas (C#).

When Edit and Continue is enabled, supported changes are applied automatically when you use a debugger execution command, such as Continue, Step, Set Next Statement, or perform a function evaluation in a debugger window.

For more information, see Como: Editar e continuar (C#).

Consulte também

Tarefas

Como: Editar e continuar (C#)

Referência

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

Outros recursos

Editar e continuar a erros e avisos (C#)