Skip to content
This repository has been archived by the owner on Aug 20, 2020. It is now read-only.

Minetest mod to have more useful error dumps using StackTracePlus

Notifications You must be signed in to change notification settings

MinetestForFun/stacktraceplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Minetest mod to have more useful error dumps using StackTracePlus

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages