Saving a complex lua variable
-
- Posts: 95
- Joined: Thu Aug 12, 2021 6:39 pm
Re: Saving a complex lua variable
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
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.