-
Notifications
You must be signed in to change notification settings - Fork 111
tracepoint
wpferguson edited this page Jun 14, 2020
·
1 revision
tracepoint
print out a tracepoint and dump the arguments
local dd = require "lib/dtutils.debug"
local result = tracepoint(name, ...)
name - string - the name of the tracepoint to print out
... - arguments - variables to dump the contents of
tracepoint prints its name and dumps its parameters using darktable.debug.
result - ... - the supplied argument list