mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-11 10:18:21 +09:00
Fix minor issue in debugging.md (#32597)
This commit is contained in:
parent
55ac8aa02c
commit
7970f72216
1 changed files with 1 additions and 1 deletions
|
@ -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=`<managed app you wish to run>` (e.g. HelloWorld.exe)
|
||||
7. Set Command Arguments=`<managed app you wish to run>` (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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue