Skip to content

Commit cde289f

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/visualstudio-docs-pr into set-startup-projects
2 parents 19434f7 + de1cd60 commit cde289f

File tree

21 files changed

+23
-23
lines changed

21 files changed

+23
-23
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

docs/javascript/quickstart-ide-orientation-js.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If you haven't already installed Visual Studio, go to the [Visual Studio downloa
3131

3232
The first thing you'll see after you launch Visual Studio is the start window. The start window is designed to help you "get to code" faster. It has options to close or check out code, open an existing project or solution, create a new project, or simply open a folder that contains some code files.
3333

34-
[![](media/vs-2019/start-window.png "The start window in Visual Studio 2019")](media/vs-2019/start-window.png)
34+
[![The start window in Visual Studio 2019](media/vs-2019/start-window.png)](media/vs-2019/start-window.png)
3535

3636
If this is the first time you're using Visual Studio, your recent projects list will be empty.
3737

docs/profiling/collecting-detailed-timing-data-aspnet-profiler-instrumentation-method.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Collecting Detailed Timing Data for an ASP.NET Web Application Using the Profiler Instrumentation Method from the Command Line | Microsoft Docs"
2+
title: "VSPerfCmd: Get timing data for ASP.NET web app using instrumentation"
33
ms.date: "11/04/2016"
44
ms.topic: "conceptual"
55
helpviewer_keywords:

docs/profiling/collecting-detailed-timing-data-for-services-by-using-the-instrumentation-method.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Collecting Detailed Timing Data for Services by Using the Instrumentation Method from the Profiler Command Line | Microsoft Docs"
2+
title: "Profiler command line: Instrument to get service timing detail"
33
ms.date: "11/04/2016"
44
ms.topic: "conceptual"
55
ms.assetid: 6116e1df-ed3e-4b0d-ac7f-22f7d7ac00ea

docs/profiling/how-to-attach-the-profiler-to-a-native-service-to-collect-application-statistics-by-using-the-command-line.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "How to: Attach the Profiler to a Native Service to Collect Application Statistics by Using the Command Line | Microsoft Docs"
2+
title: "VSPerfCmd: Attach profiler to native service to get app stats"
33
ms.date: "11/04/2016"
44
ms.topic: "conceptual"
55
ms.assetid: f783817f-77a0-4eb8-985b-ec3b77eadc42

docs/profiling/how-to-attach-the-profiler-to-a-native-service-to-collect-concurrency-data-by-using-the-command-line.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "How to: Attach the Profiler to a Native Service to Collect Concurrency Data by Using the Command Line | Microsoft Docs"
2+
title: "VSPerfCmd: Attach profiler to native service to get concurrency data"
33
ms.date: "11/04/2016"
44
ms.topic: "conceptual"
55
ms.assetid: 283a1ee1-b43e-4daf-95ae-1311925a42a8

docs/profiling/how-to-instrument-a-dotnet-framework-component-and-collect-memory-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "How to: Instrument a Stand-Alone .NET Framework Component and Collect Memory Data with the Profiler by Using the Command Line | Microsoft Docs"
2+
title: "Profiler command line: Instrument client .NET component, get memory data"
33
ms.date: "11/04/2016"
44
ms.topic: "conceptual"
55
ms.assetid: d09cc46a-70f5-48f9-aa24-89913e67b359

docs/profiling/how-to-instrument-a-dotnet-framework-component-and-collect-timing-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "How to: Instrument a Stand-Alone .NET Framework Component and Collect Timing Data with the Profiler from the Command Line | Microsoft Docs"
2+
title: "Profiler command line: Instrument client .NET component, get time data"
33
ms.date: "11/04/2016"
44
ms.topic: "conceptual"
55
ms.assetid: b7dcc27b-45c6-4302-9552-6fa5b1e94b56

docs/profiling/how-to-instrument-a-dotnet-framework-service-and-collect-memory-data-by-using-the-profiler-command-line.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "How to: Instrument a .NET Framework Service and Collect Memory Data by Using the Profiler Command Line | Microsoft Docs"
2+
title: "Profiler command line: Instrument .NET service, get memory data"
33
ms.date: "11/04/2016"
44
ms.topic: "conceptual"
55
ms.assetid: 2fa072fc-05fe-4420-99c0-51d2ea3ac4ce

docs/profiling/how-to-instrument-a-dotnet-service-and-collect-detailed-timing-data-by-using-the-profiler-command-line.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "How to: Instrument a .NET Service and Collect Detailed Timing Data by Using the Profiler Command Line | Microsoft Docs"
2+
title: "Profiler command line: Instrument .NET service, get timing detail"
33
ms.date: "11/04/2016"
44
ms.topic: "conceptual"
55
author: "mikejo5000"

docs/profiling/how-to-instrument-a-dynamically-compiled-aspnet-app-and-collect-timing-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "How to: Instrument a Dynamically Compiled ASP.NET Web Application and Collect Detailed Timing Data with the Profiler by Using the Command Line | Microsoft Docs"
2+
title: "Profiler command line: Instrument dynamic ASP.NET app, get timing data"
33
ms.date: "11/04/2016"
44
ms.topic: "conceptual"
55
author: "mikejo5000"

docs/profiling/how-to-instrument-a-dynamically-compiled-aspnet-web-application-and-collect-memory-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "How to: Instrument a Dynamically Compiled ASP.NET web Application and Collect Memory Data by Using the Profiler Command Line | Microsoft Docs"
2+
title: "Profiler command line: Instrument dynamic ASP.NET app, get memory data"
33
ms.date: "11/04/2016"
44
ms.topic: "conceptual"
55
ms.assetid: 2cdd9903-39db-47e8-93dd-5e6a21bc3435

docs/profiling/how-to-instrument-a-native-component-and-collect-timing-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "How to: Instrument a Native Stand-Alone Component and Collect Timing Data with the Profiler from the Command Line | Microsoft Docs"
2+
title: "Profiler command line: Instrument native component, get timing data"
33
ms.date: "11/04/2016"
44
ms.topic: "conceptual"
55
ms.assetid: 36883074-9be8-4e90-a66f-7e87f21fcd30

docs/profiling/how-to-instrument-a-native-service-and-collect-detailed-timing-data-by-using-the-profiler-command-line.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "How to: Instrument a Native Service and Collect Detailed Timing Data by Using the Profiler Command Line | Microsoft Docs"
2+
title: "Profiler command line: Instrument native service, get timing data"
33
ms.date: "11/04/2016"
44
ms.topic: "conceptual"
55
ms.assetid: dfe58b39-63f8-4a87-ab3a-2b5b14faa8d0

docs/profiling/how-to-instrument-a-statically-compiled-aspnet-app-and-collect-memory-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "How to: Instrument a Statically Compiled ASP.NET Web Application and Collect Memory Data by Using the Profiler Command Line | Microsoft Docs"
2+
title: "Profiler command line: Instrument static ASP.NET app, get memory data"
33
ms.date: "11/04/2016"
44
ms.topic: "conceptual"
55
ms.assetid: ea1dcb7c-1dc3-49ff-9418-8795b5b3d3bc

docs/profiling/how-to-instrument-statically-compiled-aspnet-and-collect-detailed-timing-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "How to: Instrument a Statically Compiled ASP.NET Web Application and Collect Detailed Timing Data with the Profiler by Using the Command Line | Microsoft Docs"
2+
title: "Profiler command line: Instrument static ASP.NET app, get timing data"
33
ms.date: "11/04/2016"
44
ms.topic: "conceptual"
55
ms.assetid: b260ce68-76e6-4c3b-8062-3c00bd5cf7b8

docs/profiling/how-to-launch-a-stand-alone-dotnet-framework-app-to-collect-concurrency-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "How to: Launch a Stand-Alone .NET Framework Application with the Profiler to Collect Concurrency Data by Using the Command Line | Microsoft Docs"
2+
title: "Profiler command line: Open client .NET app, get concurrency data"
33
ms.date: "11/04/2016"
44
ms.topic: "conceptual"
55
ms.assetid: 17a48848-bd3e-44ef-9971-e39836ff1df2

docs/profiling/how-to-launch-a-stand-alone-dotnet-framework-app-to-collect-memory-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "How to: Launch a Stand-Alone .NET Framework Application with the Profiler to Collect Memory Data by Using the Command Line | Microsoft Docs"
2+
title: "Profiler command line: Open client .NET Framework app, get memory data"
33
ms.date: "11/04/2016"
44
ms.topic: "conceptual"
55
ms.assetid: 3bc53041-91b7-4ad0-8413-f8bf2c4b3f5e

docs/profiling/how-to-launch-a-stand-alone-native-application-to-collect-concurrency-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "How to: Launch a Stand-Alone Native Application with the Profiler to Collect Concurrency Data by Using the Command Line | Microsoft Docs"
2+
title: "Profiler command line: Open native client app, get concurrency data"
33
ms.date: "11/04/2016"
44
ms.topic: "conceptual"
55
ms.assetid: e5aed651-afed-4b70-9a7e-1a6032cc614f

docs/profiling/how-to-modify-web-config-files-to-instrument-dynamically-compiled-aspnet-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "How to: Modify Web.Config Files to Instrument and Profile Dynamically Compiled ASP.NET Web Applications | Microsoft Docs"
2+
title: "Web.Config file: Instrument & profile dynamic compiled ASP.NET web app"
33
ms.date: "11/04/2016"
44
ms.topic: "conceptual"
55
ms.assetid: a92e5692-2183-4ae3-9431-b067c6a7aab4

0 commit comments

Comments
 (0)