Package: Debug
Helped untangle a few issues involving recursion. Was very useful to see individual values at different points without having to restart minetest to add minetest.log("error", dump(variable)) things all over the place for everything.
minetest.log("error", dump(variable))
Helped untangle a few issues involving recursion. Was very useful to see individual values at different points without having to restart minetest to add
minetest.log("error", dump(variable))
things all over the place for everything.