I want to test if my application crash dump can be debugged. But firstly, I need to generate a crash dump of my application. I\'m using C# to code my app, and have tried wit
StackOverflowException is a badass:
StackOverflowException
void PerformOverflow() { PerformOverflow(); }
Usage:
PerformOverflow();