From 7970f722166d16aa890cb9f2afaedb49280c139a Mon Sep 17 00:00:00 2001 From: Egor Bogatov Date: Thu, 20 Feb 2020 17:16:59 +0300 Subject: [PATCH] Fix minor issue in debugging.md (#32597) --- docs/workflow/debugging/coreclr/debugging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/workflow/debugging/coreclr/debugging.md b/docs/workflow/debugging/coreclr/debugging.md index 5a6ce4f..097c767 100644 --- a/docs/workflow/debugging/coreclr/debugging.md +++ b/docs/workflow/debugging/coreclr/debugging.md @@ -16,7 +16,7 @@ Debugging CoreCLR on Windows 5. Select Configuration Properties->Debugging from the left side tree control 6. Set Command=`$(SolutionDir)\..\..\..\bin\coreclr\Windows_NT.$(Platform).$(Configuration)\corerun.exe` 1. This points to the folder where the built runtime binaries are present. -7. Set Command Arguments=`` (e.g. HelloWorld.exe) +7. Set Command Arguments=`` (e.g. HelloWorld.dll) 8. Set Working Directory=`$(SolutionDir)\..\..\..\bin\coreclr\Windows_NT.$(Platform).$(Configuration)` 1. This points to the folder containing CoreCLR binaries. 9. Press F11 to start debugging at wmain in corerun (or set a breakpoint in source and press F5 to run to it) -- 2.7.4