aboutsummaryrefslogtreecommitdiffstats
path: root/util/debug.lua
Commit message (Expand)AuthorAgeFilesLines
* util: Prefix module imports with prosody namespaceKim Alvefur2023-03-171-1/+1
* Revert util.debug change accidentally committed in e157e5c79daaMatthew Wild2022-02-041-1/+1
* util.pluginloader: Support for multiple pluginloader instances, and optionsMatthew Wild2022-02-031-1/+1
* util.debug: Fix locals being reported under wrong stack frame in some cases (...Matthew Wild2020-10-161-1/+1
* 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
* 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 current...Matthew Wild2012-04-281-1/+1
* util.debug: Re-fix parameter handling (I think it matches debug.traceback() m...Matthew Wild2012-04-281-11/+16
* 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 use(...Matthew Wild2012-04-241-4/+12
* | util.debug: Move boundary markers to top of relevant sections of the stack tr...Matthew Wild2012-03-221-5/+3
* | 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 additio...Matthew Wild2012-01-131-0/+1
* util.debug: Fix potential tracebackMatthew Wild2011-11-191-4/+6
* util.debug: Experimental new library for producing more extensive debug trace...Matthew Wild2011-11-031-0/+135