Docker image with lldb debugger and SOS plugin, compiled from sources with lldb headers. By default loads process coredump from /tmp/coredump, loads SOS plugin and prints current exception, leaving lldb shell open. Image tag matches dotnet runtime version.
docker run --rm -it -v /stripe/upload/coredump:/tmp/coredump giammin/lldb-netcore
- /stripe/upload/coredump - Path to coredump of crashed process on docker host machine