GAMEDEV.NET
Error handling
Is there a way to break a program without placing break points? I want the program to break if an array index is out of bounds. I can compare the index to the size of the array but what do I do if there is a mismatch?
0 Comments 0 Shares 166 Views