File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -98,6 +98,19 @@ Trace-Command -Expression { Get-ChildItem . } -Name PathResolution -PSHost
9898The ` -PSHost ` specifies the sink, in this case the console host, so we can see
9999the tracing messages.
100100
101+ LLDB with SOS plugin
102+ ====================
103+
104+ The ` ./tools/debug.sh ` script can be used to launch PowerShell inside of LLDB
105+ with the SOS plugin provided by .NET Core. This provides an additional way to
106+ debug PowerShell on Linux, but VS Code is recommended for a better user
107+ experience (and its single-stepping capabilities).
108+
109+ The script is self-documented and contains a link to the
110+ [ CoreCLR debugging help] [ clr-debug ] .
111+
112+ [ clr-debug ] : https://github.com/dotnet/coreclr/blob/master/Documentation/building/debugging-instructions.md#debugging-coreclr-on-linux
113+
101114corehost
102115========
103116
You can’t perform that action at this time.
0 commit comments