Windows and Linux/macOS debugging using WinDbg MCP tools (Windows), dotnet-dump, and lldb with SOS (Linux/macOS). Applicable to any application -- native, managed (.NET/CLR), or mixed-mode. Includes container diagnostic patterns for Docker and Kubernetes. Guides investigation of crash dumps, application hangs, high CPU, and memory pressure through structured command packs and report templates.
Platforms: Windows (WinDbg MCP, cdb), Linux/macOS (dotnet-dump, lldb with SOS, createdump, dotnet-monitor).
| Topic | Keywords | Description | Companion File |
WinDbg MCP(크래시 덤프, !analyze, !syncblk, !dlk, !runaway, !dumpheap, !gcroot, BSOD), dotnet-dump, SOS가 포함된 lldb, 생성된 덤프 및 컨테이너 진단(Docker, Kubernetes)을 사용하여 Windows 및 Linux/macOS 애플리케이션(네이티브, .NET/CLR, 혼합 모드)을 디버깅합니다. 중단/교착 상태 진단, 높은 CPU 분류, 메모리 누수 조사, 커널 디버깅 및 프로덕션용 닷넷 모니터. 17개 주제 영역에 걸쳐 있습니다. 일상적인 .NET SDK 프로파일링, 벤치마크 디자인 또는 CI 테스트 디버깅에는 사용하지 마세요. 출처: novotnyllc/dotnet-artisan.