Log

util/debug.lua @ 12152:0939675955f1

description author age
util.debug: Fix locals being reported under wrong stack frame in some cases (+tests!!) 0.11 Matthew Wild 2020-10-16
util: Various minor changes to please [luacheck] Kim Alvefur 2017-11-10
util.debug: Produce a sensible name for nameless upvalues to C functions Kim Alvefur 2017-10-15
util.debug: Silence luacheck warning about modifying 'debug' lib Kim Alvefur 2016-02-22
util.*: Remove use of module() function, make all module functions local and return them in a table at the end Kim Alvefur 2015-02-21
util.debug: Fix level of locals when inspecting a coroutine Matthew Wild 2013-08-11
util.debug: Further fix to display locals in extended tracebacks Matthew Wild 2013-08-10
util.debug: Fixes to make coroutine tracebacks work properly Matthew Wild 2013-08-10
Remove all trailing whitespace Florian Zeitz 2013-08-09
util.debug: Add +1 to level when getting locals table, to account for current function Matthew Wild 2012-04-28
util.debug: Re-fix parameter handling (I think it matches debug.traceback() more accurately now) and document level fudge Matthew Wild 2012-04-28
util.debug: Remove 'white' from boundary style (leave at default colour) Matthew Wild 2012-04-26
util.debug: Some more magic constant fiddling. Don't ask me. Matthew Wild 2012-04-25
Merge timber->trunk - thanks everyone! Matthew Wild 2012-04-24
util.debug: Turn into a real-ish module ('debugx'), and require you call use() to override debug.traceback() Matthew Wild 2012-04-24