Debug¶
Output the current data model values and list available contextual values.
Default config¶
{
"type": "debug",
"open": 1,
"showContext": false
}
Supported properties¶
- open (number) (default = 1): how many levels of debug output to show by default.
- showContext (default = false): This defaults to false, in which case only output the input data into the debug block is shown. Set this to true to enable debugging of context values too.