Problems using the debugger
gernotg
21 Jan 2014, 08:11So, I'm trying to debug my code. I run it, and click on the debugger, and the window pops up and shows me all my objects and so on. But... the values don't change when I continue my game. Even if I close the debugger window and reopen it, I get the values from when I first opened it. How can I get the debugger window to update?
I'm sure it must be something stupid I'm overlooking, like a giant "Update values" button or something like that...
I'm sure it must be something stupid I'm overlooking, like a giant "Update values" button or something like that...

jaynabonne
21 Jan 2014, 20:49I get the values to update by clicking onto some other object and then back to the one I want.
gernotg
22 Jan 2014, 01:52Thanks, that seems to work!