Saturday, August 1, 2009

Debugging begins

I have completed the first draft of code and have turned to debugging. I fixed a few minor array bounds errors but I kept getting a persistent error when I tried used destinations.get(0);

I found that destinations.isEmpty() returns true and I'm not sure if I am able to continue if I don't have a destination available.

No comments:

Post a Comment