Skip to content

Commit

Permalink
Merge pull request MicrosoftDocs#174 from davidbsanderson/patch-1
Browse files Browse the repository at this point in the history
Spelling Corrections
  • Loading branch information
ghogen authored Jun 23, 2017
2 parents 00153fe + be8354e commit b13bff2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ translation.priority.ht:
- "zh-tw"
---
# Unsupported Edits in Visual Basic Edit and Continue
Edit and Continue les you stop program execution in Break mode, make changes to the executing code, and resume program execution with the newly incorporated changes. Declarative code edits that affect the public structure of a class are generally prohibited, but many edits that you might make to a method, property body, or private declarations within a class are allowed.
Edit and Continue lets you stop program execution in Break mode, make changes to the executing code, and resume program execution with the newly incorporated changes. Declarative code edits that affect the public structure of a class are generally prohibited, but many edits that you might make to a method, property body, or private declarations within a class are allowed.

If you need to make a change that is not supported, you must stop debugging, make the changes, and start a new debugging session.

Expand All @@ -55,7 +55,7 @@ Edit and Continue les you stop program execution in Break mode, make changes to

- Adding a `Using` block around the current instruction pointer.

- Adding a `SynchLock` block around the current instruction pointer.
- Adding a `SyncLock` block around the current instruction pointer.

### <a name="BKMK_AttributeEdits"></a> Attribute Edits
Edit and Continue does not support modifying attributes. Specifically, Edit and Continue does not support the following changes:
Expand Down Expand Up @@ -228,4 +228,4 @@ Edit and Continue les you stop program execution in Break mode, make changes to

## See Also
[How to: Apply Edits in Break Mode with Edit and Continue](../debugger/how-to-apply-edits-in-break-mode-with-edit-and-continue.md)
[Edit and Continue (Visual Basic)](../debugger/edit-and-continue-visual-basic.md)
[Edit and Continue (Visual Basic)](../debugger/edit-and-continue-visual-basic.md)

0 comments on commit b13bff2

Please sign in to comment.