Matthew Wild
|
c2e10f8ef6
|
util.debug: Fix locals being reported under wrong stack frame in some cases (+tests!!)
|
2020-10-16 13:38:04 +01:00 |
|
Kim Alvefur
|
11b0084551
|
util: Various minor changes to please [luacheck]
|
2017-11-10 05:42:32 +01:00 |
|
Kim Alvefur
|
c709121ca7
|
util.debug: Produce a sensible name for nameless upvalues to C functions
|
2017-10-15 11:42:33 +02:00 |
|
Kim Alvefur
|
5539087eef
|
util.debug: Silence luacheck warning about modifying 'debug' lib
|
2016-02-22 17:34:42 +01:00 |
|
Kim Alvefur
|
3015aac8bc
|
util.*: Remove use of module() function, make all module functions local and return them in a table at the end
|
2015-02-21 10:36:37 +01:00 |
|
Matthew Wild
|
b2ea2f6d08
|
util.debug: Fix level of locals when inspecting a coroutine
|
2013-08-11 10:42:58 +01:00 |
|
Matthew Wild
|
8cb1b88d43
|
util.debug: Further fix to display locals in extended tracebacks
|
2013-08-10 20:40:45 +01:00 |
|
Matthew Wild
|
5fbfda38e7
|
util.debug: Fixes to make coroutine tracebacks work properly
|
2013-08-10 20:30:40 +01:00 |
|
Florian Zeitz
|
4b618a8727
|
Remove all trailing whitespace
|
2013-08-09 17:48:21 +02:00 |
|
Matthew Wild
|
4a8ac583de
|
util.debug: Add +1 to level when getting locals table, to account for current function
|
2012-04-28 16:21:19 +01:00 |
|
Matthew Wild
|
0dd908250d
|
util.debug: Re-fix parameter handling (I think it matches debug.traceback() more accurately now) and document level fudge
|
2012-04-28 16:20:26 +01:00 |
|
Matthew Wild
|
2444af151c
|
util.debug: Remove 'white' from boundary style (leave at default colour)
|
2012-04-26 05:58:39 +01:00 |
|
Matthew Wild
|
169deb9ca6
|
util.debug: Some more magic constant fiddling. Don't ask me.
|
2012-04-25 23:16:37 +01:00 |
|
Matthew Wild
|
8f062c3d98
|
Merge timber->trunk - thanks everyone!
|
2012-04-24 21:59:20 +01:00 |
|
Matthew Wild
|
e6f0711e57
|
util.debug: Turn into a real-ish module ('debugx'), and require you call use() to override debug.traceback()
|
2012-04-24 18:53:50 +01:00 |
|
Matthew Wild
|
a1b3f76c8c
|
util.debug: Move boundary markers to top of relevant sections of the stack trace (easier to follow)
|
2012-03-22 16:51:39 +00:00 |
|
Matthew Wild
|
9794c49cea
|
util.debug: Add a touch of colour to source locations
|
2012-03-22 16:39:28 +00:00 |
|
Matthew Wild
|
5cb235a17d
|
util.debug: Add a bit of colour
|
2012-03-22 16:07:57 +00:00 |
|
Matthew Wild
|
059b6456a7
|
util.debug: Move optimal line length (default 65) into a variable
|
2012-03-22 15:10:38 +00:00 |
|
Matthew Wild
|
4c94b7dbf1
|
util.debug: Add markers in the output when crossing source file boundaries
|
2012-03-22 15:09:37 +00:00 |
|
Matthew Wild
|
553666c3f2
|
util.debug: Add catch for an "error in error handling"
|
2012-03-22 15:08:21 +00:00 |
|
Matthew Wild
|
451abcc73f
|
util.debug: Attempt to get debug.traceback() parameter handling correct (again)
|
2012-03-22 15:07:27 +00:00 |
|
Matthew Wild
|
8eba0e5ebd
|
util.debug: Adjust level within get_locals_table() to account for the additional depth of this function itself
|
2012-01-13 15:46:36 +00:00 |
|
Matthew Wild
|
f64aa48b0f
|
util.debug: Fix potential traceback
|
2011-11-19 22:40:30 +00:00 |
|
Matthew Wild
|
69c88fc828
|
util.debug: Experimental new library for producing more extensive debug tracebacks
|
2011-11-03 12:41:21 +00:00 |
|