Page 2 of 2

Re: Saving a complex lua variable

Posted: Tue Dec 07, 2021 12:32 pm
by hipsterdufus
Got it, thanks. I have been playing around with making some lua scripts. I don't suppose there is any way to step through with a debugger the lua code? Syntax issues and little things have got me stuck a couple of times and the error that comes back is for the entire chunk instead of any specific line as far as I can tell. But it's nice that changes don't require a recompile.

Re: Saving a complex lua variable

Posted: Tue Dec 07, 2021 12:51 pm
by Tony Li
No, sorry, no step-through debugger. If you can keep your Lua code short -- such as multiple short bits of Lua code rather than one long Lua passage -- it might be easier to isolate errors.