Minetest mod to have more useful error dumps using StackTracePlus
Přejít na soubor
David Leal 7db06eace7
Add Travis CI and LuaCheck (#3)
2020-05-12 19:34:14 -05:00
StackTracePlus@9b4aef9585 First commit 2016-08-01 15:24:05 +02:00
.gitmodules First commit 2016-08-01 15:24:05 +02:00
.luacheckrc Add Travis CI and LuaCheck (#3) 2020-05-12 19:34:14 -05:00
.travis.yml Add Travis CI and LuaCheck (#3) 2020-05-12 19:34:14 -05:00
README.md Add Travis CI and LuaCheck (#3) 2020-05-12 19:34:14 -05:00
init.lua Replace deprecated function 2019-08-23 14:04:04 -05:00
mod.conf Use mod.conf for name and description 2019-09-23 21:05:10 -05:00

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.