webmcp

view framework/env/trace/debug_trace.lua @ 110:0c4841af07a5

String truncating by counting Unicode codepoints in format.string(...)
(grapheme cluster boundary detection not implemented)
author jbe
date Sun Jan 12 03:57:47 2014 +0100 (2014-01-12)
parents 0b7e87f2dc91
children
line source
1 --[[--
2 trace.debug_trace(
3 message -- optional message to add
4 )
6 This function includes a traceback into the debugging log
8 --]]--
10 function trace.debug_trace(message)
11 trace._new_entry{ type = "traceback", message = tostring(debug.traceback(message or "", 2)) }
12 end

Impressum / About Us