Commit 55b92b8
committed
Add procdump first-chance exception monitoring to CI test runs
This adds a procdump monitoring step before running component tests that:
- Monitors for first-chance exceptions using procdump -e 1 flag
- Attaches to the test process by name (CommunityToolkit.Tests.<multitarget>.exe)
- Creates full memory dumps when first-chance exceptions occur
- Only runs when ENABLE_DIAGNOSTICS is true and on uwp/wasdk builds
This helps capture crash information for exceptions that may be caught and
swallowed, providing better diagnostics for intermittent test failures.1 parent 3e92976 commit 55b92b8
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
161 | 168 | | |
162 | 169 | | |
163 | 170 | | |
| |||
467 | 474 | | |
468 | 475 | | |
469 | 476 | | |
| 477 | + | |
0 commit comments