Minetest mod to have more useful error dumps using StackTracePlus
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
David Leal 7db06eace7
Add Travis CI and LuaCheck (#3)
3 years ago
StackTracePlus@9b4aef9585 First commit 7 years ago
.gitmodules First commit 7 years ago
.luacheckrc Add Travis CI and LuaCheck (#3) 3 years ago
.travis.yml Add Travis CI and LuaCheck (#3) 3 years ago
README.md Add Travis CI and LuaCheck (#3) 3 years ago
init.lua Replace deprecated function 4 years ago
mod.conf Use mod.conf for name and description 4 years ago

README.md

StackTracePlus

Build Status

StackTracePlus is a Lua module that extends debug.traceback to include more call frame information such as local and globals, locals and parameters dumps.

This mod merely plugs this module in and replaces debug.traceback with StackTracePlus's traceback dump routine.

Installing

This repository uses Git submodules.

Clone this repo either recursively (--recursive) or as usual, but make sure to git submodule update --init afterwards; it must go into the mods directory.

Mod security

This mod modifies the global debug table which is not accessible by normal mods when mod security is enabled.

If you have enabled mod security (secure.enable_security is true), then you must whitelist this mod in minetest.conf's secure.trusted_mods config entry.

License

WTFPL / CC0 / Public Domain.

StackTracePlus is distributed under the MIT license.