Fix juxtaposed command - correct value is noted in eng\build.ps1 (#81572)
authorCraig Johnson <craigjohnson@outlook.com>
Mon, 27 Feb 2023 08:48:40 +0000 (01:48 -0700)
committerGitHub <noreply@github.com>
Mon, 27 Feb 2023 08:48:40 +0000 (09:48 +0100)
docs/workflow/debugging/coreclr/debugging-runtime.md

index 5b050bb..e9f1c72 100644 (file)
@@ -130,7 +130,7 @@ Note that you can omit the `-c Debug` flag, since it's the default one when none
 If for some reason `System.Private.CoreLib.dll` is missing, you can rebuild it with the following command, instead of having to go through the whole build again:
 
 ```bash
-./build.sh -s clr.corelib+clr.corelibnative -c Debug
+./build.sh -s clr.corelib+clr.nativecorelib -c Debug
 ```
 
 **NOTE**: When debugging with _CORE\_LIBRARIES_, the `libs` subset must also be built prior to attempting any debugging.