summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorAdam Williams <lol768@users.noreply.github.com>2018-10-13 17:46:07 +0100
committerAdam Williams <lol768@lol768.com>2018-10-14 13:01:58 +0100
commitea17bb9a63a12ddf6a228bc152580c7cbe31ebe4 (patch)
treef5269c0939b27c1b8b1d3ca51f956bcad5ae3147 /Documentation
parent6a33b50b6ba2812f8ba271d9411c05bf9b6e578f (diff)
downloadcoreclr-ea17bb9a63a12ddf6a228bc152580c7cbe31ebe4.tar.gz
coreclr-ea17bb9a63a12ddf6a228bc152580c7cbe31ebe4.tar.bz2
coreclr-ea17bb9a63a12ddf6a228bc152580c7cbe31ebe4.zip
Add a note to clarify debugging w/ dotnet is fine
ref https://github.com/dotnet/coreclr/issues/12705#issuecomment-314102508
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 6f5074ad05..78bf66f7d7 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.