Skip to content

Commit e5fdff7

Browse files
committed
minor fixes
1 parent ccaf794 commit e5fdff7

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

docs/debugger/debugger-feature-tour.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Get started debugging in Visual Studio"
2+
title: "Get started debugging in VS 2017"
33
description: "Get started debugging applications using the Visual Studio debugger"
44
ms.custom: "mvc"
55
ms.date: "06/15/2018"

docs/debugger/remote-debugging.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,11 @@ To download the tools on Windows Server, we recommend one of the following:
8383

8484
When you download the software, you get some additional requests to grant permission to load various web site scripts and resources. On my.visualstudio.com, we recommend that you add the additional domains to make sure that login is successful.
8585

86-
### <a name="fileshare_msvsmon"></a> (Optional) To run the remote debugger from a file share
86+
## <a name="requirements_msvsmon"></a> Requirements
87+
88+
[!INCLUDE [remote-debugger-requirements](../debugger/includes/remote-debugger-requirements.md)]
89+
90+
## <a name="fileshare_msvsmon"></a> (Optional) To run the remote debugger from a file share
8791

8892
You can find the remote debugger (*msvsmon.exe*) on a computer with Visual Studio Community, Professional, or Enterprise already installed. For some scenarios, the easiest way to set up remote debugging is to run the remote debugger (msvsmon.exe) from a file share. For usage limitations, see the remote debugger's Help page (**Help > Usage** in the remote debugger).
8993

@@ -100,11 +104,7 @@ You can find the remote debugger (*msvsmon.exe*) on a computer with Visual Studi
100104
> [!TIP]
101105
> For command line installation and command line reference, see the Help page for *msvsmon.exe* by typing ``msvsmon.exe /?`` in the command line on the computer with Visual Studio installed (or go to **Help > Usage** in the remote debugger).
102106
103-
## <a name="requirements_msvsmon"></a> Requirements
104-
105-
[!INCLUDE [remote-debugger-requirements](../debugger/includes/remote-debugger-requirements.md)]
106-
107-
## Set up the remote debugger
107+
## <a name="bkmk_setup"></a> Set up the remote debugger
108108

109109
[!INCLUDE [remote-debugger-configuration](../debugger/includes/remote-debugger-configuration.md)]
110110

docs/debugger/what-s-new-for-the-debugger-in-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "What's New for the Debugger in Visual Studio 2017 | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "03/07/2016"
4+
ms.date: "01/22/2018"
55
ms.technology: "vs-ide-debug"
66
ms.topic: "conceptual"
77
dev_langs:

0 commit comments

Comments
 (0)