From e548aec5876e1d8233809451fb5113b20d874be6 Mon Sep 17 00:00:00 2001 From: Dan Moseley Date: Mon, 1 Jan 2018 15:25:54 -0800 Subject: lldb install link --- Documentation/debugging/unix-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation/debugging') diff --git a/Documentation/debugging/unix-instructions.md b/Documentation/debugging/unix-instructions.md index ffa7af387a..3bb0f6f810 100644 --- a/Documentation/debugging/unix-instructions.md +++ b/Documentation/debugging/unix-instructions.md @@ -6,7 +6,7 @@ CoreFX can be debugged on unix using both lldb and visual studio code ## Using lldb and SOS - Run the test using msbuild at least once with `/t:BuildAndTest`. -- Install version 3.9 of lldb and launch lldb with dotnet as the process and arguments matching the arguments used when running the test through msbuild. +- [Install version 3.9 of lldb](https://github.com/dotnet/coreclr/blob/master/Documentation/building/debugging-instructions.md#debugging-core-dumps-with-lldb) and launch lldb with dotnet as the process and arguments matching the arguments used when running the test through msbuild. - Load the sos plugin using `plugin load libsosplugin.so`. - Type `soshelp` to get help. You can now use all sos commands like `bpmd`. -- cgit v1.2.3