summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorAlfred Myers <git@alfredmyers.com>2018-03-01 00:55:33 -0300
committerStephen Toub <stoub@microsoft.com>2018-02-28 22:55:33 -0500
commit7bbfa28ca9c77203d471d123f7cb1612a0682c94 (patch)
tree98e0e6081a03a5c4b9159441040afad4268ccf7a /Documentation
parent5128241c661329948418ffd10072343e0cefe8c8 (diff)
downloadcoreclr-7bbfa28ca9c77203d471d123f7cb1612a0682c94.tar.gz
coreclr-7bbfa28ca9c77203d471d123f7cb1612a0682c94.tar.bz2
coreclr-7bbfa28ca9c77203d471d123f7cb1612a0682c94.zip
Minor documentation improvements (#16677)
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/building/debugging-instructions.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/building/debugging-instructions.md b/Documentation/building/debugging-instructions.md
index 86ab0f43d4..84059dfb24 100644
--- a/Documentation/building/debugging-instructions.md
+++ b/Documentation/building/debugging-instructions.md
@@ -1,13 +1,13 @@
Debugging CoreCLR
=================
-These instructions will lead you through debugging CoreCLR on Windows and Linux. They will be expanded to support OS X when we have good instructions for that.
+These instructions will lead you through debugging CoreCLR on Windows and Linux. They will be expanded to support macOS when we have good instructions for that.
Debugging CoreCLR on Windows
============================
1. Perform a build of the repo.
-2. Open Solution \<reporoot\>\bin\obj\Windows_NT.\<platform\>.\<configuration\>\CoreCLR.sln in VS. \<platform\> and \<configuration\> are based
+2. Open solution \<reporoot\>\bin\obj\Windows_NT.\<platform\>.\<configuration\>\CoreCLR.sln in Visual Studio. \<platform\> and \<configuration\> are based
on type of build you did. By default they are 'x64' and 'Debug'.
3. Right click the INSTALL project and choose ‘Set as StartUp Project’
4. Bring up the properties page for the INSTALL project