Skip to main content
Debugging a .NET program after crash (Post-mortem debugging)
ACTIVITY_BANNER_ALT_TEXT
Debugging a .NET program after crash (Post-mortem debugging)
Activity Type: Speaker/Presenter at Third-party Event
Role: Speaker
Thu, Feb 29, 2024, 3:47 PM
Primary Technology Area: .NETAdditional Technology Areas: Developer Tools
Target Audience: Developer
A journey on debugging issues on production environment, how to isolate and fix problems using dump file & Visual Studio. The talk is based on several live demos, from the generation of classic errors (null reference, stack overflow, dead lock, async / sync fault, thread pool issue, performance / memory issues) to the capture of the dump file and its analysis with Visual Studio to fix them. GitHub: https://github.com/MircoVanini/CodeGen2024_CloudGen_16_02_2023