Best way to capture a memory dump of executing benchmarks #2636
Unanswered
paulomorgado
asked this question in
Q&A
Replies: 1 comment
-
Have a look at my code where I create a dump when unhandled exception occurs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm running into errors when running benchmarks, while all other tests run fine.
There's some fuzziness in the test data and it's hard to reproduce.
What would be the best way to capture a memory dump when an exception occurs?
ProcDump will capture dumps of the main process.
If I use
Debugger.Launch(); Debugger.Break();
, I'll be prompted for a debugger. But that's too manual.Beta Was this translation helpful? Give feedback.
All reactions