summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorBruce Forstall <brucefo@microsoft.com>2019-01-08 14:02:15 -0800
committerGitHub <noreply@github.com>2019-01-08 14:02:15 -0800
commitd73e20f6cb12d7cf4c9909ff70a8920c978a1ce3 (patch)
treeb6bd4eed8d2adb06b1b100b91ca627e3c0d576ae /Documentation
parent2d2caa80996562936b146fbf81ab228a21b1f7b7 (diff)
parentea17bb9a63a12ddf6a228bc152580c7cbe31ebe4 (diff)
downloadcoreclr-d73e20f6cb12d7cf4c9909ff70a8920c978a1ce3.tar.gz
coreclr-d73e20f6cb12d7cf4c9909ff70a8920c978a1ce3.tar.bz2
coreclr-d73e20f6cb12d7cf4c9909ff70a8920c978a1ce3.zip
Merge pull request #20409 from lol768/patch-1
Add a note to clarify debugging w/ dotnet is fine
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/building/debugging-instructions.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/building/debugging-instructions.md b/Documentation/building/debugging-instructions.md
index a2b67ceb33..f615060288 100644
--- a/Documentation/building/debugging-instructions.md
+++ b/Documentation/building/debugging-instructions.md
@@ -54,6 +54,8 @@ You can combine steps 4-8 and pass everything on the lldb command line:
For .NET Core version 1.x and 2.0.x, libsosplugin.so is built for and will only work with version 3.6 of lldb. For .NET Core 2.1, the plugin is built for 3.9 lldb and will work with 3.8 and 3.9 lldb.
+**Note:** _corerun_ is a simple host that does not support resolving NuGet dependencies. It relies on libraries being locatable via the `CORE_LIBRARIES` environment variable or present in the same directory as the corerun executable. The instructions above are equally applicable to the _dotnet_ host, however - e.g. for step 4 `lldb-3.9 dotnet bin/Debug/netcoreapp2.1/MvcApplication.dll` will let you debug _MvcApplication_ in the same manner.
+
### SOS commands ###
This is the full list of commands currently supported by SOS. lldb is case-sensitive, unlike windbg.