Error handling
gamedev.net
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 Comentários ·0 Compartilhamentos ·69 Visualizações