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
int[] x = {0}; int blah = x[2];
will cause an exception just as well