There was an error while loading. Please reload this page.
dprint
pass a variable to darktable.debug.dump and print the results to stdout
local dd = require "lib/dtutils.debug" dd.dprint(var)
var - variable - any variable that you want to see the contents of
dprint is a wrapper around darktable.debug.dump, will directly print to stdout, same calling convention
Libraries