I'm trying to troubleshoot some problems with saving and restoring values from 2-dimensional arrays. I was using the debugger to inspect the values and I thought arrays were completely broken. Turns out that the debugger is just showing the first element. I can't figure out how to configure it to show the second elements.
Also, I can't seem to use the debugger for much other than to inspect variables during runtime. For example, I wanted to be able to step through each line where it adds to the array. I added a messagebox so during runtime it will appear and then I paused the debugger. Then, I clicked ok on the messagebox, but instead of being able to step through the array stuff the program just continues.