Console tab Tabular view with all executed Python expressions. List of expressions can be presented as a tree-like structure if flag Show result as tree structure is set. You can expand or collapse nodes and each level has bigger indentation. On root level there are all expressions used in debugged template. If there is a macro, slot or loop it becomes a node and all expressions inside become its children with bigger intentation. And of course its recursive. * Template path - Input with relative path to template. If template url is: http://localhost:8080/folder/template enter only /folder/template * Parameters - Input with template parameters. Enter them as keywords and separate with semicolons for example: id=2;path=/folder; user = john;. This will be transformed into REQUEST which is passed to template. * Run - Button that calls the debugger and clear all previous entries. * Clear - Remove all debugger data. * Expand all/Collapse all - Button that shows or hides all debugger entries which are deeper than root level. Properties tab * Value field length - How many characters can be presented in Value column. After that whole value can be seen using more link. * Text in link showing value details - If you don't like caption more change it on something else. * Show result as tree structure - Set this field to present debugger results as a tree which nodes can be expanded and collapsed. Unfortunatelly algorithm that process result to make tree structure cannot handle complicated templates like Plone ones. But for this flat list is fine.