Skip to content

Commit 87157cd

Browse files
authored
Update debugging-runtime.md to mention nativeprereqs (#86174)
1 parent 35cbe11 commit 87157cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/workflow/debugging/coreclr/debugging-runtime.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ If for some reason `System.Private.CoreLib.dll` is missing, you can rebuild it w
4141

4242
Visual Studio's capabilities as a full IDE provide a lot of help making the runtime debugging more amiable.
4343

44+
0. Run `.\build.cmd clr.nativeprereqs -a <architecture> -c <configuration>`. This will build some of the tools requiremented for the native build. This step only needs to be run once as long you don't clean the `artifacts` directory.
4445
1. Open the CoreCLR solution _(coreclr.sln)_ in Visual Studio.
4546
* _Method 1_: Use the build scripts to open the solution:
4647
1. Run `.\build.cmd -vs coreclr.sln -a <architecture> -c <configuration>`. This will create and launch the CoreCLR solution in VS for the specified architecture and configuration. By default, this will be `x64 Debug`.

0 commit comments

Comments
 (0)