June 2021
Error Handling
06/29/21 09:04 Filed in: Lua
The last few posts have been about debugging in Lua. Today, I want to see how to handle errors in Lua code. Read More…
Debugger.lua
06/01/21 07:30 Filed in: Lua
I've spent a fair amount of time looking at the debug library in Lua. It's too much work to write my own debugger using it. (I'd have to debug the debugger.) There is an alternate solution that someone created known as debugger.lua.
Read More…
Read More…