We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Libraries