From 7fefc299f58813447bf4d621eb2468c085873ead Mon Sep 17 00:00:00 2001 From: Cristian Pop Date: Mon, 13 Jun 2016 16:01:16 -0700 Subject: Update windows-instructions.md The debugging extension is now copied in the test folder. --- Documentation/debugging/windows-instructions.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'Documentation/debugging') 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\\tools\sos.dll -``` - -3. Install WinDBG as post-mortem debugger +2. Install WinDBG as post-mortem debugger As Administrator: ``` -- cgit v1.2.3