forked from darktable-org/lua-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
tracepoint
deekayhd edited this page Mar 29, 2026
·
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