Software /
code /
prosody
Log
util/debug.lua @ 6779:6236668da30a
description | author | age |
---|---|---|
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 |