Skip to content

Commit

Permalink
Update dump template (#68185)
Browse files Browse the repository at this point in the history
  • Loading branch information
danmoseley authored Apr 18, 2022
1 parent 778b522 commit 2056321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/testing/debug-dump-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Now you can debug with WinDbg or `dotnet-dump` as if it was a Windows dump. See

## ... and you want to debug with LLDB

Install or update LLDB if necessary ([instructions here](https://github.com/dotnet/diagnostics/blob/master/documentation/lldb/linux-instructions.md))
Install or update LLDB if necessary ([instructions here](https://github.com/dotnet/diagnostics/blob/master/documentation/lldb/linux-instructions.md)). If you install or update LLDB, you must re-run the appropriate `dotnet sos install` command mentioned earlier. This will ensure that LLDB will load SOS for you.

Load the dump:
```sh
Expand Down

0 comments on commit 2056321

Please sign in to comment.