on
12 Jul 2024
07:16 AM
- edited on
12 Jul 2024
03:06 PM
by
MaciejNeumann
We often need to capture memory dumps to investigate issues. I am sharing below guide to collect memory dumps using DebugDiag :
Pre-requisites :
There are 2 ways to capture FIRST CHANCE EXCEPTION memory dumps of a process.
Method 1: Generate a dump for all First Chance Exception
Method 2: Target a specific First Chance Exception (Recommended)
Refer the instructions in Method 1 until step 5. After that refer the below instructions. For the purpose of this post, we will use StackOverflowException.