luadocs/content/lua.scripts.api.manual/dtutils.debug/tracepoint.md
Bill Ferguson b69d752221 [lua scripts] created manual from script comments
[lua scripts api] created manual from embedded library documentation

[lua api] created stub to contain lua api manual
2020-12-12 15:14:19 -05:00

548 B

title id weight draft author
tracepoint tracepoint 50 false people

NAME

tracepoint

SYNOPSIS

print out a tracepoint and dump the arguments

USAGE

local dd = require "lib/dtutils.debug"
local result = dd.tracepoint(name, ...)

name - string - the name of the tracepoint to print out
... - arguments - variables to dump the contents of

DESCRIPTION

tracepoint prints its name and dumps its parameters using darktable.debug.

RETURN VALUE

result - ... - the supplied argument list