A REPL for LÖVE 2D 10.2

from blog Brain Dump, | ↗ original
Debugging in Lua has been a strange experience for me. The debugging tools are not as rich as the Python or C++ tooling I’m accustomed to. Two useful items are LOVEDEBUG, developed by several members of the community and DataDumper from the lua users wiki. Since we’ve camped on version 10.2, the current versions floating around won’t work for...