Skip to content

Commit 93ca471

Browse files
authored
Merge pull request #4830 from Mikejo5000/mikejo-br15
GitHub issue fixes
2 parents b2d4210 + 2fca2fd commit 93ca471

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/debugger/debug-interface-access/idiasymbol-get-machinetype.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ HRESULT get_machineType ( 
2727
#### Parameters
2828
`pRetVal`
2929

30-
[out] Returns a value from the [CV_CPU_TYPE_e Enumeration](../../debugger/debug-interface-access/cv-cpu-type-e.md) enumeration that specifies the target CPU type.
30+
[out] Returns a value from the [IMAGE_FILE_MACHINE_ Constants](/windows/desktop/SysInfo/image-file-machine-constants) that specifies the target CPU type.
3131

3232
## Return Value
3333
If successful, returns `S_OK`; otherwise, returns `S_FALSE` or an error code.
@@ -36,5 +36,5 @@ HRESULT get_machineType ( 
3636
> A return value of `S_FALSE` means the property is not available for the symbol.
3737
3838
## See Also
39-
- [CV_CPU_TYPE_e Enumeration](../../debugger/debug-interface-access/cv-cpu-type-e.md)
39+
- [IMAGE_FILE_MACHINE_ Constants](/windows/desktop/SysInfo/image-file-machine-constants)
4040
- [IDiaSymbol](../../debugger/debug-interface-access/idiasymbol.md)

docs/debugger/debugger-windows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Debugger windows | Microsoft Docs"
2+
title: "Inspect data using debugger windows | Microsoft Docs"
33
ms.custom: "seodec18"
44
ms.date: "04/25/2018"
55
ms.topic: "conceptual"
@@ -10,7 +10,7 @@ manager: jillfra
1010
ms.workload:
1111
- "multiple"
1212
---
13-
# Learn about Debugger Windows in Visual Studio
13+
# Inspect data using debugger windows in Visual Studio
1414

1515
You can open most debugger windows while you are debugging your program. To see a list of debugger windows, set a breakpoint and start debugging. When you hit the breakpoint and execution stops, click **Debug > Windows**.
1616

0 commit comments

Comments
 (0)