• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

Is there a way to see all current active variables?

D

_Dinosaur_

Guest
Is there a way to see all current active variables?

I have checked all the debugger tabs, and none of them seems to show the real-time active variables?
There has to be a way t do It somehow, but how?
 
D

Danei

Guest
In gms2, debugger (that is, the tab named debugger) > windows > instance/global/local shows the variables. Sometimes I have to click in the middle of the screen with the debugger open before that tab shows up, for some reason.

Also make sure you're at a breakpoint because I don't think they'll show up otherwise.
 
Top