luadocs/content/lua.scripts.api.manual/dtutils.debug/dprint.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

451 B

title id weight draft author
dprint dprint 20 false people

NAME

dprint

SYNOPSIS

pass a variable to darktable.debug.dump and print the results to stdout

USAGE

local dd = require "lib/dtutils.debug"
dd.dprint(var)

var - variable - any variable that you want to see the contents of

DESCRIPTION

dprint is a wrapper around darktable.debug.dump, will directly print to stdout, same calling convention