04.03.2015, 07:03
Well, it shows you if some errors are comming up in your code.
E.g.
Here crashdetect would send you an out of bounds error
E.g.
PHP код:
new x = 99;
new string[10];
string[x] = "hello";