Software /
code /
prosody
Log
util/debug.lua @ 5272:1e555909f23d
description | author | age |
---|---|---|
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 |
util.debug: Move boundary markers to top of relevant sections of the stack trace (easier to follow) | Matthew Wild | 2012-03-22 |