I am having some trouble with static variables. If I try to live run a function containing static variables, upon reloading it I get the error: "Expected a statement, got ident". If I make those variables as local var instead, it works as expected.
I don't know if this is a bug, if GMLive just doesn't support static variables (I checked documentation about this, but I may have missed it), or if there is something I'm doing wrong. I'm brand new to GMLive and I just wanted to clarify my understanding. For now, I'm using local variables instead while live coding, it's not a problem.
I can provide a code snippet if necessary. I'm on IDE v2022.8.1.37, Runtime v2022.8.1.53, GMLive Version 1.0.62
Thanks! GMLive has already paid itself off in time saved even with the debugging I've done to figure out how to use it.