Skip to content

typo: Configuation -> Configuration #2138

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 31, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/debugger/how-to-debug-optimized-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ ms.workload:

8. If you chose the `Custom` option for `Optimization`, you can now set options for any of the other properties shown in the properties list.

9. Select the Configuation Properties, C/C++, Command Line node of the project properties page, and add `(`[/Zo](/cpp/build/reference/zo-enhance-optimized-debugging)`)` to the **Additional Options** text box.
9. Select the Configuration Properties, C/C++, Command Line node of the project properties page, and add `(`[/Zo](/cpp/build/reference/zo-enhance-optimized-debugging)`)` to the **Additional Options** text box.

> [!WARNING]
> `/Zo` requires Visual Studio 2013 Update 3 or a later version.
Expand Down
2 changes: 1 addition & 1 deletion docs/vs-2015/debugger/how-to-debug-optimized-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ NOTE]

8. If you chose the `Custom` option for `Optimization`, you can now set options for any of the other properties shown in the properties list.

9. Select the Configuation Properties, C/C++, Command Line node of the project properties page, and add `(`[/Zo](http://msdn.microsoft.com/library/eea8d89a-7fe0-4fe1-86b2-7689bbebbd7f)`)` to the **Additional Options** text box.
9. Select the Configuration Properties, C/C++, Command Line node of the project properties page, and add `(`[/Zo](http://msdn.microsoft.com/library/eea8d89a-7fe0-4fe1-86b2-7689bbebbd7f)`)` to the **Additional Options** text box.

> [!WARNING]
> `/Zo` requires Visual Studio 2013 Update 3 or a later version.
Expand Down