Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Toub <stoub@microsoft.com>2016-06-14 04:31:40 +0300
committerGitHub <noreply@github.com>2016-06-14 04:31:40 +0300
commitb4ec441341d9c258eba91c8c140b5c1763c1547d (patch)
tree811ae4f4ef787e7ced20adb73559f10efa6f25dd /Documentation
parent0d1bd5b24f2b25d7e7472ec25953d1943b3d6b58 (diff)
parent7fefc299f58813447bf4d621eb2468c085873ead (diff)
Merge pull request #9396 from CIPop/CIPop-debugdocs
Update windows-instructions.md
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/debugging/windows-instructions.md10
1 files changed, 1 insertions, 9 deletions
diff --git a/Documentation/debugging/windows-instructions.md b/Documentation/debugging/windows-instructions.md
index e08f500fe4..e7a6548b9f 100644
--- a/Documentation/debugging/windows-instructions.md
+++ b/Documentation/debugging/windows-instructions.md
@@ -18,15 +18,7 @@ Note: You can select the Standalone Debugging Tools for Windows or download only
1. Build the entire repository. This ensures that all packages are downloaded and that you have up-to-date symbols.
-2. Find the path where the debugging engine (SOS) is located.
-
-Assuming that your repo is at `C:\corefx` this should be located at:
-
-```
-C:\corefx\packages\runtime.win7-x64.Microsoft.NETCore.Runtime.CoreCLR\<version>\tools\sos.dll
-```
-
-3. Install WinDBG as post-mortem debugger
+2. Install WinDBG as post-mortem debugger
As Administrator:
```