Error Handling

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

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…

This site does not track your information.