From: Egor Bogatov Date: Thu, 20 Feb 2020 14:16:59 +0000 (+0300) Subject: Fix minor issue in debugging.md (#32597) X-Git-Tag: submit/tizen/20210909.063632~9599 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7970f722166d16aa890cb9f2afaedb49280c139a;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Fix minor issue in debugging.md (#32597) --- 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)