Log

util/debug.lua @ 9070:21730a3642fe

description author age
util: Various minor changes to please [luacheck] Kim Alvefur Fri, 10 Nov 2017 05:42:32 +0100
util.debug: Produce a sensible name for nameless upvalues to C functions Kim Alvefur Sun, 15 Oct 2017 11:42:33 +0200
util.debug: Silence luacheck warning about modifying 'debug' lib Kim Alvefur Mon, 22 Feb 2016 17:34:42 +0100
util.*: Remove use of module() function, make all module functions local and return them in a table at the end Kim Alvefur Sat, 21 Feb 2015 10:36:37 +0100
util.debug: Fix level of locals when inspecting a coroutine Matthew Wild Sun, 11 Aug 2013 10:42:58 +0100
util.debug: Further fix to display locals in extended tracebacks Matthew Wild Sat, 10 Aug 2013 20:40:45 +0100
util.debug: Fixes to make coroutine tracebacks work properly Matthew Wild Sat, 10 Aug 2013 20:30:40 +0100
Remove all trailing whitespace Florian Zeitz Fri, 09 Aug 2013 17:48:21 +0200
util.debug: Add +1 to level when getting locals table, to account for current function Matthew Wild Sat, 28 Apr 2012 16:21:19 +0100
util.debug: Re-fix parameter handling (I think it matches debug.traceback() more accurately now) and document level fudge Matthew Wild Sat, 28 Apr 2012 16:20:26 +0100
util.debug: Remove 'white' from boundary style (leave at default colour) Matthew Wild Thu, 26 Apr 2012 05:58:39 +0100
util.debug: Some more magic constant fiddling. Don't ask me. Matthew Wild Wed, 25 Apr 2012 23:16:37 +0100
Merge timber->trunk - thanks everyone! Matthew Wild Tue, 24 Apr 2012 21:59:20 +0100
util.debug: Turn into a real-ish module ('debugx'), and require you call use() to override debug.traceback() Matthew Wild Tue, 24 Apr 2012 18:53:50 +0100
util.debug: Move boundary markers to top of relevant sections of the stack trace (easier to follow) Matthew Wild Thu, 22 Mar 2012 16:51:39 +0000