aboutsummaryrefslogtreecommitdiffstats
path: root/util/debug.lua
Commit message (Collapse)AuthorAgeFilesLines
* util.debug: Fix locals being reported under wrong stack frame in some cases ↵Matthew Wild2020-10-161-1/+1
| | | | (+tests!!)
* util: Various minor changes to please [luacheck]Kim Alvefur2017-11-101-8/+12
|
* util.debug: Produce a sensible name for nameless upvalues to C functionsKim Alvefur2017-10-151-0/+1
|
* util.debug: Silence luacheck warning about modifying 'debug' libKim Alvefur2016-02-221-0/+3
|
* util.*: Remove use of module() function, make all module functions local and ↵Kim Alvefur2015-02-211-17/+23
| | | | return them in a table at the end
* util.debug: Fix level of locals when inspecting a coroutineMatthew Wild2013-08-111-4/+6
|
* util.debug: Further fix to display locals in extended tracebacksMatthew Wild2013-08-101-4/+6
|
* util.debug: Fixes to make coroutine tracebacks work properlyMatthew Wild2013-08-101-8/+10
|
* Remove all trailing whitespaceFlorian Zeitz2013-08-091-5/+5
|
* util.debug: Add +1 to level when getting locals table, to account for ↵Matthew Wild2012-04-281-1/+1
| | | | current function
* util.debug: Re-fix parameter handling (I think it matches debug.traceback() ↵Matthew Wild2012-04-281-11/+16
| | | | more accurately now) and document level fudge
* util.debug: Remove 'white' from boundary style (leave at default colour)Matthew Wild2012-04-261-1/+1
|
* util.debug: Some more magic constant fiddling. Don't ask me.Matthew Wild2012-04-251-4/+4
|
* Merge timber->trunk - thanks everyone!Matthew Wild2012-04-241-6/+14
|\
| * util.debug: Turn into a real-ish module ('debugx'), and require you call ↵Matthew Wild2012-04-241-4/+12
| | | | | | | | use() to override debug.traceback()
* | util.debug: Move boundary markers to top of relevant sections of the stack ↵Matthew Wild2012-03-221-5/+3
| | | | | | | | trace (easier to follow)
* | util.debug: Add a touch of colour to source locationsMatthew Wild2012-03-221-3/+4
| |
* | util.debug: Add a bit of colourMatthew Wild2012-03-221-6/+21
| |
* | util.debug: Move optimal line length (default 65) into a variableMatthew Wild2012-03-221-4/+6
| |
* | util.debug: Add markers in the output when crossing source file boundariesMatthew Wild2012-03-221-0/+14
| |
* | util.debug: Add catch for an "error in error handling"Matthew Wild2012-03-221-1/+9
| |
* | util.debug: Attempt to get debug.traceback() parameter handling correct (again)Matthew Wild2012-03-221-1/+5
|/
* util.debug: Adjust level within get_locals_table() to account for the ↵Matthew Wild2012-01-131-0/+1
| | | | additional depth of this function itself
* util.debug: Fix potential tracebackMatthew Wild2011-11-191-4/+6
|
* util.debug: Experimental new library for producing more extensive debug ↵Matthew Wild2011-11-031-0/+135
tracebacks