Ok. I'm having trouble isolating some problems (mainly bugs) in a program I've written. What would be really helpful is some way to pause the program at some point and see all the stored values I have (ie for every single declared variable, display its value). Given the size of the program, it would be painful to write a function attached to a button to display all the information I want in a message, so I'd love to hear at this point that there is a simple way to do what I need

Failing that, I guess I'll just write the function and only implement the ones I need to see as I go...