From 70186262dcd2cea4944b5d5768d67d156bda61dc Mon Sep 17 00:00:00 2001 From: Eric Mellino Date: Thu, 27 Apr 2017 19:50:23 -0700 Subject: Add a missing word. --- 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 de8339ee82..62a942d3cd 100644 --- a/Documentation/debugging/unix-instructions.md +++ b/Documentation/debugging/unix-instructions.md @@ -26,7 +26,7 @@ It is also possible to debug .NET Core crash dumps using lldb and SOS. In order - Build coreclr at the matching commit. In order to determine which commit was used to build a version of libcoreclr.so, run the following command: `strings libcoreclr.so | grep "@(#)"` -Once you have everything listed above, you are ready to start debugging. You need to specify an extra to lldb in order for it to correctly resolve the symbols for libcoreclr.so. Use a command like this: +Once you have everything listed above, you are ready to start debugging. You need to specify an extra parameter to lldb in order for it to correctly resolve the symbols for libcoreclr.so. Use a command like this: ``` lldb -O "settings set target.exec-search-paths " --core -- cgit v1.2.3