debugging a game i am writing. I have almost 300 variables and already implemented a savegame feature, but I think it would be useful to have a separate variables window instead of break the program, print some variables, change them, CONT and see what happen.
Change variables on the fly would be much easier. Just my two cents. Keep up the good work!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Is there a way to see in an external (debug) window, all the variables the program is using?
And may be be able to edit them.
Cheers
Stefano
Hi Stefano, unfortunately there's no such feature. What is is you're trying to achieve in particular?
Thanks
Rob
debugging a game i am writing. I have almost 300 variables and already implemented a savegame feature, but I think it would be useful to have a separate variables window instead of break the program, print some variables, change them, CONT and see what happen.
Change variables on the fly would be much easier. Just my two cents. Keep up the good work!