Saving a complex lua variable

Announcements, support questions, and discussion for the Dialogue System.
hipsterdufus
Posts: 95
Joined: Thu Aug 12, 2021 6:39 pm

Re: Saving a complex lua variable

Post 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.
User avatar
Tony Li
Posts: 21981
Joined: Thu Jul 18, 2013 1:27 pm

Re: Saving a complex lua variable

Post 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.
Post Reply