Skip to content

fixed typo per user feedback #394

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 19, 2017
Merged
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
4 changes: 2 additions & 2 deletions docs/debugger/format-specifiers-in-cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ int main() {
|**mq**|2 quadwords|0x0012ffac|0x0012ffac 7ffdf00000000000 5f441a790012fdd4|
|**mu**|2-byte characters (Unicode)|0x0012ffac|0x0012ffac 8478 77f4 ffff ffff 0000 0000 0000 0000|

### <a name="BKMK_Size_specifier_for_pointers_as_arrays_in_interop_debugging_and_C___edit_and_continue"></a> Size specifier for pointers as arrays in interop debugging with C++/CLIt
### <a name="BKMK_Size_specifier_for_pointers_as_arrays_in_interop_debugging_and_C___edit_and_continue"></a> Size specifier for pointers as arrays in interop debugging with C++/CLI
If you have a pointer to an object you want to view as an array, you can use an integer to specify the number of array elements:

|Specifier|Format|Expression|Value Displayed|
|---------------|------------|----------------|---------------------|
|n|Decimal integer|pBuffer[32]|Displays `pBuffer` as a 32 element array.|
|n|Decimal integer|pBuffer[32]|Displays `pBuffer` as a 32 element array.|