From ea17bb9a63a12ddf6a228bc152580c7cbe31ebe4 Mon Sep 17 00:00:00 2001 From: Adam Williams Date: Sat, 13 Oct 2018 17:46:07 +0100 Subject: [PATCH] Add a note to clarify debugging w/ dotnet is fine ref https://github.com/dotnet/coreclr/issues/12705#issuecomment-314102508 --- Documentation/building/debugging-instructions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/building/debugging-instructions.md b/Documentation/building/debugging-instructions.md index 6f5074a..78bf66f 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. -- 2.7.4