Edição e continuação (Visual C#)
This topic applies to:
Edition |
Visual Basic |
C# |
F# |
C++ |
Web Developer |
---|---|---|---|---|---|
Express |
|||||
Pro, Premium e Ultimate |
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
Referência
Alterações de código suportadas (C#)