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:
authorCristian Pop <CIPop@users.noreply.github.com>2016-06-14 02:01:16 +0300
committerGitHub <noreply@github.com>2016-06-14 02:01:16 +0300
commit7fefc299f58813447bf4d621eb2468c085873ead (patch)
tree0727e91b5bec4387bf22380f0b013d9a2a6bca98 /Documentation/debugging
parentfc88bf49cf8cdaa6c5484b3e19f8f17cccd50fbb (diff)
Update windows-instructions.md
The debugging extension is now copied in the test folder.
Diffstat (limited to 'Documentation/debugging')
-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:
```