webmcp

annotate framework/env/trace/debug_trace.lua @ 400:7b183a70a37d

Bugfix in "document_column" write mechanism: write to document field when column does NOT exist
author jbe
date Mon Jan 04 00:42:28 2016 +0100 (2016-01-04)
parents 0b7e87f2dc91
children
rev   line source
poelzi@29 1 --[[--
poelzi@29 2 trace.debug_trace(
poelzi@29 3 message -- optional message to add
poelzi@29 4 )
poelzi@29 5
poelzi@29 6 This function includes a traceback into the debugging log
poelzi@29 7
poelzi@29 8 --]]--
poelzi@29 9
poelzi@29 10 function trace.debug_trace(message)
poelzi@29 11 trace._new_entry{ type = "traceback", message = tostring(debug.traceback(message or "", 2)) }
poelzi@29 12 end

Impressum / About Us